#awards {
    position: relative;
    z-index: 10;
}

#awards .img-fluid {
    max-width: 110px;
}

#awards .read-more-popup {
  border: none;
  background: none;
  color: var(--color-main-blue);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

#award {
    background: #60b3bb;
}