/* Add custom CSS styles below */ 
.landing-page-first-banner .container > div{
  width: 40% !important
}
.landing-page-first-banner .container{
  max-width: 90% !important
}
.landing-page-first-banner h1{
          font-size: 35px;
        line-height: 44px;
}
.pa-fbanner-star.animate__animated {
    margin-top: 9px !important;
}

section:nth-child( 1 of section.landing-page-first-banner) .container > div{
background:#ffffff63;
  padding:30px ;
  border-radius:20px
}
@media (max-width:768px){
  .landing-page-first-banner .container > div {
    width: 100% !important;
}
  .landing-page-first-banner h1{
          font-size: 18px;
        line-height: 22px;
}
  .landing-page-first-banner .container {
    max-width: 100% !important;
}
}
section.mt-10.sal-animate {
    margin-top: 0px;
}