.section-feature::before,
.section-feature::after {
    content: '';
    background: #F5F6F7;
    filter: blur(3rem);
    opacity: 0.1;
    width: 23rem;
    height: 23rem;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}


.section-feature::before {
    right: 4rem;
    bottom: -100%;
}

.section-feature::after {
    left: 4rem;
    top: -100%;
}

.section-feature {
    position: relative;
    background-color: #002D50;
    padding-block: 2.5rem;
    z-index: 1;
    overflow: hidden;
}

.feature__items {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.feature__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature__item img {
    height: 2.5rem;
    object-fit: contain;
    margin-bottom: 0.875rem;
}

.feature__t1 {
    color: #D6E3ED;
    font-size: 1.125rem;
    line-height: 2;
    display: block;
}

.feature__t2 {
    color: #D6E3ED;
    opacity: 0.2;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.6em;
    text-transform: uppercase;
}



@media (max-width:1399.98px) {}

@media (max-width:1199.98px) {
    .feature__items {
        flex-wrap: wrap;
        gap: .5rem;
    }

    .feature__item {
        flex: 1 0 45%;
    }

    .feature__t1 {
        font-size: 1rem;
    }
}

@media (max-width:1199.98px) {}


@media (max-width:767.98px) {
    .section-feature {
        padding-block: 1.25rem;
    }

    .feature__items {
        gap: .25rem;
    }

    .feature__item {
        flex: 1 0 44%;
    }

    .feature__item img {
        height: 1.5rem;
    }

    .feature__t1 {
        font-size: 0.8125rem;
        text-align: center;
    }

    .feature__t2 {
        text-align: center;
        font-size: 0.75rem;
    }
}