.mascots-description {
  margin-top: 2rem;
}

.mascots-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem auto;
}

.mascot-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
