.section-why-choose-us {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--bg-banner) !important;
    padding: 0 !important;
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(120) - 30px);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(120) - 30px);
}

.sub-title {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 30px;
}

.sub-title:before {
    content: "";
    background-image: url(../../images/icons/title_shape.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.title-area .sec-title {
    margin-bottom: 15px;
}

.sec-desc2 {
    color: #B7BEC8;
}

.choose-feature2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.choose-feature2:not(:last-child) {
    margin-bottom: 35px;
}

.choose-feature2 .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--secondary-color);
    border-radius: 20px;
}

.choose-feature2:not(:last-child) .box-icon {
    background-color: var(--primary-color);
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.choose-feature2 .box-title {
    color: var(--white-color);
}

.choose-feature2 .box-text {
    color: #B7BEC8;
    margin-bottom: -0.3rem;
}

.choose-wrapper2 {
    margin-left: 80px;
    margin-right: -190px;
}

.choose-item2:not(:last-child) {
    background: rgba(197, 218, 204, 0.5);
}

.choose-item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(77, 87, 101, 0.5);
}
.choose-item2 .choose-img {
    width: 50%;
}
.choose-item2 .choose-img img {
    width: 100%;
    height: 100%;
}
.choose-item2 .choose-content {
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}
.choose-item2 .box-number {
    font-weight: 600;
    font-size: 84px;
    line-height: 84px;
    letter-spacing: 0.02em;
    margin-top: -0.5rem;
    text-transform: capitalize;
    color: var(--white-color);
}
.choose-item2 .box-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: -0.3rem;
    max-width: 250px;
}

.choose-item2:nth-child(even) .choose-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}