.in-index #content .footer-banners {
  padding: 15px;
  gap: 10px;
}
.in-index #content .footer-banner {
  flex-basis: auto !important;
  width: calc((100% - 30px) / 4) !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background-color: #fff;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.in-index #content .footer-banner a {
  flex-wrap: nowrap;
  align-items: center;
  aspect-ratio: auto;
  width: 100% !important;
  height: 100% !important;
  gap: 10px;
  padding: 15px 10px 15px 15px;
}
.in-index #content .footer-banner a:hover {
  box-shadow: none;
  overflow: auto;
}
#content .footer-banner > a:hover::before,
#content .footer-banner > a:hover::after {
  display: none;
}
.in-index #content .footer-banner img {
  width: 20%;
  height: auto;
}
.in-index #content .footer-banner .extended-banner-texts {
  position: static;
}
.in-index #content .footer-banner .extended-banner-title {
  position: static;
  height: auto;
  color: black;
  font-size: 14px;
  font-weight: 400;
  text-align: left !important;
}
@media (min-width: 1440px) {
  .in-index #content .footer-banner a {
    padding: 15px 10px 15px 20px;
  }
}

@media (max-width: 992px) {
  .in-index #content .footer-banner {
    flex-basis: calc((100% - 20px) / 3) !important;
  }
  .in-index #content .footer-banner .extended-banner-title {
    justify-content: flex-start;
  }
}
@media (max-width: 660px) {
  .in-index #content .footer-banner {
    flex-basis: calc((100% - 10px) / 2) !important;
  }
  .in-index #content .footer-banner .extended-banner-title {
    font-size: 12px;
  }
}
