.logos-ticker {
  padding-top: 30px;
  padding-bottom: 30px;
}

.logos-ticker img {
  padding: 10px 30px;
  height: 50px;
  width: auto;
  object-fit: contain;
  object-position: center center;
}

@media screen and (max-width: 49.9375em) {
  .logos-ticker img {
    padding: 10px;
  }
}
