.banner-detail h1{
  background: rgb(58 62 110 / 60%);  
}
@media(max-width:767px){
  .banner-detail h1{
    font-size: 10vw;
  }
}