.sponsors {
  color: #313234 !important;
}
.sponsors .section-title {
  margin-bottom: -20px;
  margin-top: 30px;
}

.sponsor-category {
  margin-bottom: 20px;
}

.sponsor-category h3 {
  margin-bottom: 20px;
  font-weight: bold;
  padding: 15px;
  font-size: 1.9em;
  text-transform: uppercase;
  text-align: center;
  color: #313234;
}
hr{
  border: 1px solid #3bc1c6 !important;
}
.sponsor-category img {
  width: 140px;
}

.brands__logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
  min-height: 140px;
  flex-direction: column;
}

.brands__logos > a {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .brands__logos {
    flex-direction: row;
  }

  .brands__logos > a {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width:1024px) {
  .img-sponsor-2 {
    max-width: 70px !important;
  }
}
@media (min-width: 980px) {
  .sponsor-category.diamond img {
    width: 230px;
  }

  .sponsor-category.gold img {
    width: 160px;
  }

  .sponsor-category.silver img {
    width: 140px;
  }

  .sponsor-category.bronze img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .img-sponsor-2 {
    max-width: 70px !important;
  }
}