.who-sec-main {
    background: linear-gradient(180deg, #00031c, #001e4e);
    padding: 200px 0 60px
}

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

.who-sec-tag {
    background-color: #004792;
    padding: 10px 100px;
    border-radius: 5px;
    width: 250px;
    height: 45px;
    margin-bottom: 25px
}

.who-sec-tag h4 {
    margin-bottom: 0;
    text-align: center;
    color: var(--white-color)
}

.who-sec-main .row {
    align-items: flex-end
}

@media (max-width: 1366px) {
    .who-sec-content h2 {
        font-size: 45px;
        line-height: 53px
    }

    .the-advisor-content h2 {
        font-size: 60px
    }
}

@media (max-width: 768px) {
    .who-sec-content {
        margin-top: 20px
    }
}

@media (max-width: 428px) {
    .who-sec-main {
        padding: 150px 0 65px
    }

    .who-sec-content h2 {
        font-size: 45px
    }
}

@media (max-width: 390px) {
    .who-sec-content h2 {
        font-size: 40px
    }
}

@media (max-width: 360px) {
    .who-sec-content h2 {
        font-size: 36px
    }
}

.the-advisor-sec {
    background: linear-gradient(180deg, #00031c, #001e4e);
    padding: 100px 0
}

.the-advisor-content {
    text-align: center
}

.the-advisor-tag {
    background-color: #004792;
    padding: 10px 64px;
    color: var(--white-color);
    width: 250px;
    height: 45px;
    margin: 0 auto 25px;
    border-radius: 5px
}

.the-advisor-content h2 {
    margin-bottom: 50px
}

.the-advisor-content p {
    font-size: 18px;
    color: #ff1d1d;
    font-weight: 400
}

.who-advisor-box {
    background: linear-gradient(99.91deg, rgba(255, 255, 255, .15) -.72%, rgba(255, 255, 255, .045));
    padding: 35px 16px 0;
    border-radius: 20px;
    height: 430px
}

.who-advisor-box img {
    width: 100%;
    height: auto
}

.who-advisor-box-content {
    text-align: center;
    margin-top: 12px
}

.who-advisor-box-content p {
    font-size: 14px
}

.who-advisor-box-content h4 {
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 0
}

@media (max-width: 1366px) {
    .who-advisor-box-content h4 {
        font-size: 25px
    }

    .who-advisor-box {
        height: 400px
    }
}

@media (max-width: 768px) {
    .who-advisor-box {
        margin-bottom: 20px;
        height: 430px
    }

    .the-advisor-sec {
        padding: 50px 0 0
    }

    .the-advisor-content h2 {
        font-size: 40px;
        line-height: 55px
    }
}

@media (max-width: 428px) {
    .the-advisor-content h2 {
        font-size: 30px;
        line-height: 40px
    }

    .the-advisor-content p {
        font-size: 14px
    }

    .who-advisor-box {
        height: 480px
    }
}

@media (max-width: 360px) {
    .who-advisor-box {
        height: 450px
    }
}