/* Add custom CSS styles below */ 
@media (min-width: 1280px) {
 .landing-page-first-banner   .txt {
    max-width: 95%;
}
  .ads .imgs {
    grid-template-columns: repeat(2, minmax(300px, 450px));
    justify-content: center;
}
}
.image-title .title-heade {
    background-color: #ffffff00;
}

@media (max-width:450px){
.landing-page-fixed-banner-1 .max-w-\[700px\] {
    max-width: 140px !important;
}
  
}