/* sponsor section css */

.sponsor-section {
  background-color: #ffffff;
  color: #8D2BAC;
  font-family: "Rakuten Sans UI Bold";
  /* margin-top: 66px; */
  padding: 4% 4% 5% 4%;
}

.section-heading {
  text-align: center;
  font-family: "Rakuten Sans UI Bold";
  font-size: 2.25rem;
  line-height: normal;
  margin-bottom: 15px;
}

.sponsors-desktop-image {
  width: 800px;
  height: 114px;
  object-fit: cover;
}

.sponsors-mobile-image {
  width: 345px;
  height: 202px;
  object-fit: cover;
}

/* Ensure images are responsive */
.img-responsive {
  max-width: 98%;
  height: auto;
  padding: 0;
}

@media (max-width: 767.98px) {
  .section-heading {
    text-align: center;
    font-family: "Rakuten Sans UI Bold";
    font-size: 29px;
    line-height: normal;
  }

  .sponsor-section {
    padding: 12% 4% 12% 4%;
  }
}
