.text-mb-8 {
    margin-bottom: 8px;
}

.image-whychoose {
    margin-top: 35px;
}

.list-whychoose {
    margin-top: 33px;
    display: inline-flex;
}

.image-whychoose img {
    border-radius: 25px;
    width: 100%;
    height: 504px;
    object-fit: cover;
    object-position: center;
}

.why-choose-section {
    padding: 90px 0;
}

.inner-whychoose-wrapper {
    display: flex;
    align-items: flex-start;
    flex: 0 0 50%;
}

.inner-whychoose-wrapper p {
    font-weight: 600;
}

.inner-whychoose-wrapper-image {
    margin-right: 9px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.inner-whychoose-wrapper-image img {
    width: 100%;
    height: 100%;
}

.why-choose-section.red-bg .inner-whychoose-wrapper-image img {
    filter: brightness(0) invert(1);
}

.col-lg-15 {
    flex: 0 0 22%;
    max-width: 22%;
}

.col-lg-85 {
    flex: 0 0 78%;
    max-width: 78%;
}

.align-center-row {
    align-items: start;
}

.why-choose-section .title-label {
    padding-right: 12px;
    margin-right: 0;
}

.list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 26px;
}

@media (min-width: 992px) {
    .why-choose-section .title-label {
        min-height: 105px;
    }
}

@media (min-width: 1200px) {
    .inner-whychoose-wrapper p {
        line-height: 27px;
    }
    .col-lg-15 {
        flex: 0 0 18.5%;
        max-width: 18.5%;
    }
    .col-lg-85 {
        flex: 0 0 81.5%;
        max-width: 81.5%;
    }
}

@media (max-width: 991px) {
    .why-choose-section {
        padding: 60px 0;
    }
    .image-whychoose img {
        height: 400px;
        border-radius: 15px;
    }
    .why-choose-section .col-12+.col-12 {
        margin: 0;
    }
    .image-whychoose,
    .list-whychoose {
        margin-top: 30px;
    }
    .col-lg-15,
    .col-lg-85 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .why-choose-section {
        padding: 50px 0;
    }
    .sub-title-text,
    .sub-title-text li,
    .sub-title-text a {
        font-size: 16px !important;
        line-height: 24px;
    }
    .inner-whychoose-wrapper {
        flex: 0 0 100%;
    }
    .list-wrapper {
        row-gap: 15px;
    }
    .image-whychoose img {
        border-radius: 10px;
        height: 300px;
    }
    .inner-whychoose-wrapper {
        align-items: flex-start;
    }
    .inner-whychoose-wrapper-image {
        width: 24px;
        height: 24px;
    }
}