.footer-awards-container {
  margin: 0 0 1rem 0;
}

.footer-awards-container .footer-awards__title {
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  padding: 1.5rem 0 2rem;
}

.footer-awards-container .footer-awards__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-awards-container .footer-awards__list .footer-awards__item {
  height: 84px;
  width: 100%;
}

.footer-awards-container .footer-awards__list .footer-awards__item .footer-awards__img {
  max-height: 84px;
  max-width: 100%;
}

.footer-awards__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .875rem;
    padding: 1.5rem 0 1rem;
}