.client-logos {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 30px;
  float: left;
  border-top: solid 1px #e3e4e8;
}
.client-logos h2 {
  background-color: #01a8df;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  padding: 12px 29px;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.client-logos ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.client-logos ul li {
  display: inline-block;
  margin: 0 20px;
  text-align: left;
}
.ingram-log {
  background: url(../images/ingram.png) left top no-repeat;
  width: 160px;
  height: 50px;
}
.ingram-log:hover {
  background: url(../images/ingram-hover.png) left top no-repeat;
}
.fujitsu-log {
  background: url(../images/fujitsu.png) left top no-repeat;
  width: 101px;
  height: 50px;
}
.fujitsu-log:hover {
  background: url(../images/fujitsu-hover.png) left top no-repeat;
}
.cisco-log {
  background: url(../images/cisco.png) left top no-repeat;
  width: 86px;
  height: 50px;
}
.cisco-log:hover {
  background: url(../images/cisco-hover.png) left top no-repeat;
}
.centurylink-log {
  background: url(../images/centurylink.png) left top no-repeat;
  width: 190px;
  height: 50px;
}
.centurylink-log:hover {
  background: url(../images/centurylink-hover.png) left top no-repeat;
}
.att-log {
  background: url(../images/att.png) left top no-repeat;
  width: 111px;
  height: 50px;
}
.att-log:hover {
  background: url(../images/att-hover.png) left top no-repeat;
}
.chick-log {
  background: url(../images/chick.png) left top no-repeat;
  width: 125px;
  height: 50px;
}
.chick-log:hover {
  background: url(../images/chick-hover.png) left top no-repeat;
}
.juniper-log {
  background: url(../images/juniper.png) left top no-repeat;
  width: 115px;
  height: 50px;
}
.juniper-log:hover {
  background: url(../images/juniper-hover.png) left top no-repeat;
}
.silverpeak-log {
  background: url(../images/silverpeak.png) left top no-repeat;
  width: 170px;
  height: 50px;
}
.silverpeak-log:hover {
  background: url(../images/silverpeak-hover.png) left top no-repeat;
}

@media only screen and (min-width: 1400px) and (max-width: 1699.98px) {
  .client-logos ul li {
    margin: 0 20px;
  }
}
@media (max-width: 1500px) {
  .client-logos ul {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .client-logos img {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .client-logos ul {
    display: flex;
    justify-content: space-between;
  }
  .client-logos ul li {
    margin: 0 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .client-logos ul {
    text-align: left;
  }
  .client-logos ul li {
    margin: 10px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .client-logos {
    margin: 0 0 0 0;
    padding: 0 0 0;
  }
  .client-logos ul {
    text-align: left;
    padding: 0 0 26px;
  }
  .client-logos ul li {
    margin: 10px 20px;
  }
  .client-logos h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .client-logos {
    padding: 0 0 10px;
    margin: 0 0 10px 0;
  }
  .client-logos ul {
    text-align: left;
  }
  .client-logos ul li {
    margin: 0 30px 20px;
  }
  .client-logos h2 {
    padding: 5px 18.5px 6px 18.5px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
