@media (min-width: 768px) {
  .main_banner .slider_content {
    width: 39% !important;
  }
  .s-block--slider-with-bg {
    margin-top: -8% !important
}
  .banner-entry {
    height: 289px !important;
  }
}
section:nth-child(2 of .main_banner) .custom_container {
  width: 100% !important;
}
section:nth-child(2 of .main_banner) .slider_content {
  width: 100% !important;
  text-align: center !important;
  align-items: center;
  justify-content: center !important;
  grid-column: span 3 / span 3;
  margin: 0;
}
.s-block--banners .md\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.banner-entry {
  background-color: rgb(255 255 255) !important;
}
.banner-entry:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 768px) {
.banner-entry {
    height: 126px !important;
}
.s-block--slider-with-bg {
    margin-top: -33% !important;
}
}
section:nth-child(12 of .main_banner) .custom_container {
  width: 100% !important;
}
.w-auto {
    width: 100% !important;
    height: 100% !important;
}

section.py-5.special_title {
    z-index: 2;
    margin-top: 2%;
    background-color: transparent !important;
}
.s-block--slider-with-bg .slider-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: transparent !important;
    opacity: 0.6;
}
.feature_desc {
    display: none;
}
.text-lg {
    display: none;
}

footer * {
    background-color: #4A4A4A !important;
}
.footer-is-light .store-footer{
    background-color: #4A4A4A !important;
}
.mm-ocd__content, .mm-ocd__content .mobile-menu {
    background-color: white !important;
}