.media-item {
  margin: var(--vertical-spacing) auto;
  max-width: var(--layout-width);
  padding: 0 var(--horizontal-spacing);
}

.media-item__title {
  color: #0054ff;
  font-family: Gabriello Web, serif;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 40px;
}

.media-item__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
}
