.certifications {
  background-color: #efefef;
}

.certifications__container {
  max-width: max-content;
  margin: auto;
  padding: 60px 0;
  text-align: center;
  margin: 50px auto 0px auto;
}

.certifications__title {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bolder;
}

@media (min-width: 768px) {
  .certifications__title {
    font-size: 45px;
  }
}

.certifications__icons {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 50px;
  border-radius: 35px;
  max-width: 88%;
  margin: auto;
}

@media (min-width: 768px) {
  .certifications__icons {
    max-width: 100%;
  }
}

.certifications__icon {
  max-height: 120px;
  height: auto;
}
