/* Add custom CSS styles below */ 
.landing-page-first-banner .max-w-\[700px\] {
    max-width: 500px !important;
}
.landing-page-first-banner .txt.container {
    max-width: 100%;
}
@media (max-width:767px){
  .landing-page-first-banner .max-w-\[700px\] {
    max-width: 200px !important;
}
}