.logos-contain{
  overflow: hidden;
}
.logos-contain h2{
  font-family: "Poynter Oldstyle Disp Semi Bd";
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #212020;
  text-align: center;
  position: relative;
  padding-top: 15px
}
.logos-contain h2:before {
  background: #212020;
  content: "";
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: 203px;
}
.logos-contain .description {
  text-align: center;
  margin-bottom: 50px;
}
.logos-contain .description,
.logos-contain .description p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.logos-contain .description p strong {
  font-weight: 700;
}
.logos-contain .flex {
  display: flex;
}
.logos-contain .inner-img {
  line-height: 0;
}
.logos-contain img {
  margin: 0 35px;
}

/*@keyframes ticker-kf {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(-345rem, 0, 0);
}
}*/
@media (max-width: 575px) {
  .logos-contain img {
    margin: 0 17px;
  }
  .logos-contain h2:before {
    width: 107px;
    transform: none;
    height: 2px;
    left: 0;
  }
  .logos-contain h2{
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: left;
  }
  .logos-contain .description, 
  .logos-contain .description p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
