.msb-landing-section {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .msb-landing-section::before {
      height: 400px !important;
      opacity: 1 !important;
      background-size: cover !important;
  }
  }
