.ds-sponsros-page {
  color: black;
}

.ds-sponsors-section {
  margin-bottom: 90px;
}

.ds-sponsors-section:last-child {
  margin-bottom: 0;
}

.ds-sponsors-title {
  margin-bottom: 55px;
  text-align: left;
}

.ds-sponsors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -60px;
}

.ds-sponsor {
  width: 20%;
  min-width: 20%;
  margin-bottom: 60px;
}

.ds-sponsor img {
  width: 70%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .ds-sponsor {
    width: 25%;
    min-width: 25%;
  }
}

@media (max-width: 767px) {
  .ds-sponsor {
    width: 50%;
    min-width: 50%;
  }
}