/* Add custom CSS styles below */ 
.s-main-banner .banner__content .section__title .title__description {
  
    text-align: start;
}

@media (max-width: 600px) {
.s-main-banner.content_center .container {
    display: none !important;
}
  .s-main-banner {
    min-height: 50vh !important;

}
}