.sponsors {
    background-color: #f5f5f5;
    padding: 80px 0;
  }
  
  .sponsors h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  
  .sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .sponsor-logos a {
    margin: 20px;
  }
  
  .sponsor-logos img {
    max-width: 150px;
    height: auto;
  }
/*Sponsor Benefits*/
.sponsor-benefits {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.sponsor-benefits h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.benefit-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.benefit-box {
  max-width: 300px;
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.benefit-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.benefit-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-left: 7em;
}

.btn-sponsor {
  background-color: #007bff;
  color: #fff;
}

.btn-sponsor:hover {
  background-color: #0062cc;
  color: #fff;
}
