body.index .app-inner{
    background-color: #0f3938 !important;
}

section.s-block--banners .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: transparent !important;
  gap: 20px !important;
}

section.s-block--banners .grid .two-row .banner-entry:first-child {
  grid-column: unset !important;
  grid-row: unset !important;
}

section.s-block--banners .grid .banner-entry {
  height: 200px !important;
}

section.s-block--banners .grid .banner-entry div {
     background-size: contain;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width:768px) {
  section.s-block--banners .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  section.s-block--banners .grid .banner-entry {
    height: 35vw !important;
    margin-bottom: 0px !important;
  }

  section.s-block--banners .grid .banner-entry div {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

.s-block__title .right-side:where([dir=rtl],[dir=rtl] *){
  font-size: 1.5rem;
  color: #d1b08e !important
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: unset !important;
    }
}