
body {
  width: 100%; /* Default: mobile first */
}


.slider-static-text{

text-align: center;
min-height: 150px;
background-color: gray;
padding: 40px;
color: white;
font-size: 20px;;

}

span.bold-text{
font-weight: bold;
}
.banner-content{
    display: none;
}


.swiper-slide {
  height: 500px !important;
  background-size: contain;
}



@media (min-width: 576px) {
  body {
    width: 100%; /* Tablet and up */
  }
}

@media (min-width: 768px) {
  body {
    width: 100%;
  }
}

@media (min-width: 992px) {
  body {
    width: 100%;
  }
}
.log-mt-lg-n6{
        margin-top: 3rem !important;
}
