.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    color: white;
}

.details-page-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    color: white;
}

.banner-title {
    font-family: 'Nasalization', sans-serif;
    font-size: 59px;
    font-weight: 400;
}

.banner-text {
    font-size: 29px;
    line-height: 40px;
    font-weight: 400;

}

@media (max-width: 992px) {

    .banner-title {
        font-size: 49px;
        line-height: 50px;
    }

    .banner-text {
        font-size: 19px;
        line-height: 28px;
    }
}