.network-features-section[data-v-8ad5b7f2] {
    direction: rtl
}

.network-features-section .section-image__wrapper[data-v-8ad5b7f2] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 45px
}

.network-features-section .section-image__wrapper .responsive-hero-img[data-v-8ad5b7f2] {
    aspect-ratio: 676/469;
    height: auto;
    max-width: 100%
}

.network-features-section .feature-cards__wrapper[data-v-8ad5b7f2] {
    margin-top: -45px;
    z-index: 2
}

.network-features-section .feature-cards__wrapper .feature-card[data-v-8ad5b7f2] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .071), 0 20px 25px -5px rgba(0, 0, 0, .102);
    padding: 16px;
    width: 200px
}

.network-features-section .feature-cards__wrapper .feature-card .card-title[data-v-8ad5b7f2] {
    color: #414042;
    font-family: Cairo;
    font-size: 20px;
    font-weight: 600;
    text-align: right
}

.network-features-section .feature-cards__wrapper .feature-card .card-description[data-v-8ad5b7f2] {
    color: #475569;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: right
}

.network-features-section .feature-cards__wrapper .feature-card .learn-more__btn[data-v-8ad5b7f2] {
    align-items: center;
    background-color: #fff;
    border: 2px solid #3e9b8e;
    border-radius: 8px;
    color: #3e9b8e;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 100%
}

.network-features-section .feature-cards__wrapper .feature-card .learn-more__btn[data-v-8ad5b7f2]:hover {
    background-color: #3e9b8e;
    color: #fff
}

.network-features-section .section-heading__wrapper .section-heading[data-v-8ad5b7f2] {
    color: #414042;
    font-size: 56px;
    font-weight: 700;
    margin-top: 108px !important;
    position: relative
}

.network-features-section .section-heading__wrapper .section-heading img[data-v-8ad5b7f2] {
    left: 30%;
    position: absolute;
    top: 91%;
    z-index: -1
}

.network-features-section .feature-list[data-v-8ad5b7f2] {
    margin-top: 63px
}

.network-features-section .feature-list .feature-list__item .check-icon[data-v-8ad5b7f2] {
    color: #3e9b8e
}

.network-features-section .feature-list .feature-list__item .value[data-v-8ad5b7f2] {
    color: #414042;
    font-size: 20px;
    font-weight: 400;
    max-width: 479px
}

.network-features-section .feature-list .unordered-list .circle-icon[data-v-8ad5b7f2] {
    border-radius: 50%;
    height: 5px;
    width: 5px
}

.learn-more-btn[data-v-8ad5b7f2] {
    color: #3e9b8e;
    font-size: 20px
}

@media(max-width:992px) {
    .network-features-section .features-row[data-v-8ad5b7f2] {
        flex-direction: column-reverse !important
    }
    .network-features-section .features-row .section-image__wrapper .responsive-hero-img[data-v-8ad5b7f2] {
        margin-bottom: 20px;
        max-width: 85%
    }
    .network-features-section .features-row .feature-cards__wrapper[data-v-8ad5b7f2] {
        align-items: center;
        flex-direction: column;
        gap: 1rem !important;
        margin-top: 0
    }
    .network-features-section .features-row .feature-cards__wrapper .feature-card[data-v-8ad5b7f2] {
        max-width: 320px;
        width: 100% !important
    }
    .network-features-section .features-row .section-heading__wrapper .section-heading[data-v-8ad5b7f2] {
        font-size: 2rem !important;
        line-height: 1.3;
        margin-top: 25px !important;
        text-align: center
    }
    .network-features-section .features-row .section-heading__wrapper .section-heading img[data-v-8ad5b7f2] {
        left: 50%;
        transform: translateX(-50%);
        width: 150px
    }
    .network-features-section .features-row .feature-list[data-v-8ad5b7f2] {
        margin-top: 30px
    }
    .network-features-section .features-row .feature-list .feature-list__item .value[data-v-8ad5b7f2] {
        font-size: 1.1rem
    }
}