
.hero-banner-box .hero-banner__img {
    position: relative;
    flex: 1;
}
.hero-banner-box .hero-banner__img .img__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    color: #FFF;
    font-weight: 400;
} 
.hero-banner-box .hero-banner__img .img__content h1 {
    font-weight: 400;
    line-height: 1.5;
    font-size: clamp(18px,2.5vw,36px);
    margin-bottom: 20px;
}
.hero-banner-box .hero-banner__img .img__content h1 strong{
    font-weight: 600;
    font-size:clamp(30px,4.17vw,60px);
}
.hero-banner-box .hero-banner__img .img__content .button {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width:960px) {
    .hero-banner-box {
        display: flex;
    }
    .hero-banner-box .hero-banner__img .img__content .button {
        font-size: 18px;
        padding:18px 96px;
    }
}
@media (max-width:959px) {
    .hero-banner-box .hero-banner__img .img__content .button {
        padding: 10px 54px;
    }
}
