section.logos-carousel {
  padding: 3em 0 2em;
  height: auto;
  background: #fafafa;
}
section.logos-carousel h2 {
  color: #2AA9E0 !important;   
  display: block !important;
  margin: 0 auto 2em !important;
text-transform: none;
font-size: 26px;
font-weight: 700 !important;
}
section.logos-carousel .logo-card {
  border: 1px solid #ded7eb;
  border-radius: 10px;
  display: block;
  text-align: center;
  background: #fff;
}
section.logos-carousel .logo-card figure {
  margin: 0 !important;
}
section.logos-carousel .logo-card figure img {
  width: 90% !important;
}

@media only screen and (max-width: 425px) {
  section.logos-carousel h2 {
    font-size: 20px;
    line-height: 28px;
   padding: 0 !important;
    padding-top: 0;
  }
  section.logos-carousel .logo-card figure {
    margin: 10% !important;
  }
  section.logos-carousel .logo-card figure img {
    width: 70% !important;
  }
}