
.card .card-body .fea-list li i {
    margin-left: 0;
    margin-right: 15px;
}

.sec-vi .carousel-btns button, 
.sec-vii .carousel-btns button,
.th-btn-primary.has-arrow .fa-arrow-left,
.sec-vi-v1 .carousel-btns button{
    rotate: 180deg;
}

.sec-i .head-2,
.sec-iii .head-2,
.sec-v .head-2,
.fea-text {
    text-align: left;
}

.app-sec .text-content {
    padding-top: 36px;
    padding-bottom: 50px; 
}

.sec-viii .left-content::before {
    left: 0;
    right: unset;
}

.sec-viii .left-content {
    margin-bottom: 50px;
    padding-left: 20px;
}

.sec-vi .carousel-btns {
    right: 0;
    left: unset;
}

@media (max-width: 768px) {
    body,
    .sec-i .head-2, .sec-iii .head-2, .sec-v .head-2, .sec-vi-v1 .head-2{
        text-align: center;
    }
    .sec-vi .se-vi-carousel .item {
        width: 345px !important;
        height: auto !important;
    }
    .sec-vi .head-1 {
        text-align: left;
    }
    .sec-i .sub-title {
        justify-content: center;
    }
}