
.hero-2-section{
    background: linear-gradient(275.51deg, #1C1C2C 32.61%, #E0E0E7 32.91%, #F4F4F6 50.17%, #F4F4F6 99.85%);
}
.hero-2-section-container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-2-section-text{
    padding-right: 30px;
    width: 49%;
}
.hero-2-section-text h2{
    font-weight: 600;
    font-size: clamp(18px, 4.2vw, 50px);
    line-height: 1.2;
    color: #2A2A40;
}
.hero-2-section-text p{
    font-weight: 300;
    font-size: clamp(14px, 2.4vw, 28px);
    line-height: 1.5;
    color: #4C4C6A;
    margin-bottom: 0;
}
.hero-2-img{
    height: auto;
    max-width: 556px;
    width: 51%;
}


@media (max-width: 767px) {

    .hero-2-section{
        background: linear-gradient(275.51deg, #1C1C2C 22.61%, #E0E0E7 24.91%, #F4F4F6 50.17%, #F4F4F6 99.85%);
    }
    .hero-2-section-container{
        padding: 20px 24px;
        min-height: 37vw;
    }
    .hero-2-section-text{
        width: 62%;
        padding-right: 15px;
        position: relative;
        z-index: 1;
    }
    .hero-2-section-text p{
        line-height: 1.4;
    }
    .hero-2-img{
        max-width: 556px;
        width: 41%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        object-fit: contain;
    }
}
