body{
    font-family: 'Montserrat'
}

.h1-title{
    font-size: clamp(1.8rem, 1.5vw + 1.1rem, 4.6rem);
    font-weight: 500;
    margin: 0 25px 25px 0;
    font-family: 'Athelas';
}

.personalized-container{
    padding: 1% 10%;
}

.banner-description{
    font-size: clamp(.7rem, 1.2vw + .9rem, 1.1rem);
}

@media screen and (max-width: 992px){
    
}