.certificates-list {
  display: flex;
  gap: 16px;
}

.certificates-list .certificate {
  height: 50px;
}

.certificates-list .certificate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}