/* Awards */
.awards__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .awards__container {
    gap: 28px;
  }
}

.awards__grid {
  max-width: 1100px;
}

@media screen and (min-width: 768px) {
  .awards__grid {
    margin-top: 36px;
  }
}

.awards__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
