/* Add custom CSS styles below */ 
.banner-wrapper .wrapper{
    justify-content: flex-end;
    padding-top: 80px;
}  

.container .relative.z-10 h2{
    font-size: clamp(2rem, 1.2rem + 3vw, 4rem) !important;
    font-weight: 700 !important;
}

.container .relative.z-10 p{
    font-size: clamp(1rem, 0.8rem + 2vw, 2rem) !important;
}