@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&display=swap');

.sponsors-supporters-section {
  padding: 0 20px;
  margin: 120px 0 160px;
}


.sponsors-supporters-section .main-container {
  max-width: 1115px;
  text-align: center;
  margin: 0 auto;
}

.sponsors-supporters-section .main-heading {
  font-family: 'Familjen Grotesk', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0 0 45px;
}

.sponsors-supporters-section .sub-heading p {
  font-family: 'Familjen Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin: 0 0 24px;
}

.sponsors-supporters-section .supporters-img-wrapper {
    width: 200px;
    height: 157px;
    margin: 0;
}

.sponsors-supporters-section .supporters-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sponsors-supporters-section .supporters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.sponsors-supporters-section .sponsors-supporters-block-row + .sponsors-supporters-block-row {
  margin-top: 44px;
}

@media(max-width: 1366px) {
  .sponsors-supporters-section .main-heading {
    margin: 0 0 25px;
  } 
}


@media (max-width: 991px) {

    .sponsors-supporters-section {
        margin: 80px 0;
    }
  .sponsors-supporters-section .main-heading {
     margin: 0 0 15px;
 } 
        
}

@media (max-width: 767px) {

  .sponsors-supporters-section .main-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sponsors-supporters-section .sub-heading p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .sponsors-supporters-section .info-text p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .sponsors-supporters-section .sub-heading p {
      font-size: 18px;
  }
  
  .sponsors-supporters-section .info-text p {
      font-size: 18px;
  } 
  
    .sponsors-supporters-section {
    margin: 40px 0;
}
  .sponsors-supporters-section .main-heading {
     margin: 0 0 10px;
 } 
  .sponsors-supporters-section .sponsors-supporters-block-row + .sponsors-supporters-block-row {
    margin-top: 34px;
  }

}
.fee-widget-editable .sponsors-supporters-section .supporters-img-wrapper,
body.widget-snippet .sponsors-supporters-section .supporters-img-wrapper {
    padding: 5px;
}
