.what-sec {
    background: linear-gradient(180deg, #010621, #001e4e);
    padding: 220px 0 100px;
    position: relative;
    z-index: 1
}

.what-sec:before {
    background-image: url(../media/what-before.276ffc7a.png);
    right: 0
}

.what-sec:after, .what-sec:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 1000px;
    width: 235px;
    height: 590px
}

.what-sec:after {
    background-image: url(../media/what-after.74b73470.png);
    left: 0
}

.what-sec-content-tag {
    background-color: #004792;
    padding: 10px 100px;
    width: 250px;
    height: 45px;
    text-align: center;
    margin: 0 auto 60px;
    text-transform: capitalize;
    color: var(--white-color);
    border-radius: 5px
}

.what-sec-content img {
    width: 100%;
    height: auto
}

.what-content-1 h4 {
    font-family: "DM Serif Display", serif
}

.what-sec-content {
    margin-bottom: 50px
}

.what-content-1 {
    text-align: center
}

.what-content-1 h4 {
    font-size: 30px;
    color: var(--white-color)
}

.what-content-1.what-content-2 h2 {
    font-size: 55px
}

.feature-box {
    background: #fff;
    margin-bottom: 40px;
    padding: 40px 60px;
    border-radius: 20px;
}

.feature-box h2,p {
    color: #000;
}

.feature-box h2 {
    font-size: 65px;
    margin-bottom: 20px;
}

.feature-box p {
    font-size: 21px;
}

.feature-box-image {
    width: 100%;
}

@media (max-width: 768px) {
    .what-sec {
        padding: 150px 0 100px
    }

    .what-content-1 h2 {
        font-size: 48px;
        line-height: 60px
    }

    .what-content-1 h4 {
        font-size: 22px
    }

    .what-content-1.what-content-2 h2 {
        font-size: 45px
    }
}

@media (min-width: 389px) {
    .feature-box {
        padding: 40px 24px;
    }
}

@media (max-width: 390px) {
    .what-sec {
        padding: 150px 0 30px
    }

    .what-content-1.what-content-2 h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .what-content-1 h2 {
        font-size: 40px;
        line-height: 55px
    }
}