.in-index .banners-content.body-banners .banner-wrapper:hover {
  box-shadow: none;
}
.middle-banners-wrapper .banners-content.body-banners > div,
.banners-content.body-banners > div {
  width: 100% !important;
}
.in-index .banners__title {
  margin: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif !important;
  font-size: 32px;
}
.in-index .banners__container {
  display: flex;
  gap: 20px;
  width: 100%;
}
.in-index .banners__container a {
  width: calc((100% - 20px) / 2);
  border: 1px solid #e3dfda;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.in-index .banners__container img {
  width: 100%;
}
.in-index .banners__container a:hover {
  transform: scale(1.01);
}

@media (max-width: 992px) {
  .banners__container {
    flex-direction: column;
  }
  .in-index .banners__container a {
    width: 100%;
  }
}
