@media(max-width: 991px){
    .site-nav.scrolled {
        height: 88px;
    }
    .hero-slide__bg{
        aspect-ratio: 512 / 271;
    }
    .hero-slide{
        aspect-ratio: 512 / 329;
        background: #000;
    }
    .hero-slide__content{
        bottom: 5px;
        padding-left: 0;
    }
    .hero-slide__overlay{
        display: none;
    }
}

@media(max-width: 767px){
    .promise-title{
        width: 100%;
        margin-bottom: 0;
    }
}
@media(max-width: 575px){
    .btn-primary-gold, .btn-outline-white{
        font-size: 10px;
    }
}