.certifications {
  background-color: #fff;
  padding: 48px 0;
}

.certifications h3 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #cc0000;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.certifications ul {
  text-align: justify;
  margin-left: -30px;
  margin-right: -30px;
  vertical-align: top;
}

.certifications ul li {
  display: table;
  padding: 10px 30px;
  height: 100px;
  float: left;
}

.certifications ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.certifications ul li img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 990px) {
  .certifications ul {
    margin-left: 0px;
    margin-right: 0px;
  }
}
