.banner {
  font-weight: 400;
  text-transform: capitalize;
  color: #000000;
}

.banner__img {
  width: 100%;
  height: 454px;
  object-fit: cover;
}

.banner__title {
  font-weight: 500;
  font-size: 64px;
}

.banner__date {
  font-size: 20px;
}

.banner__caption {
  font-weight: 500;
  font-size: 36px;
}

.banner__address {
  font-size: 18px;
  line-height: 1.28;
  color: #a1a0a0;
}

.banner__short-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.28;
  text-transform: none;
}

.exhibitions__title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.exhibitions__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, min-content);
  gap: 3rem 2rem;
}

.exhibitions__item {
  font-size: 18px;
  text-transform: capitalize;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.exhibitions__img {
  width: 100%;
  height: 304px;
}

.exhibitions__img.vertical img {
  object-fit: contain;
}

.exhibitions__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibitions__name {
  font-size: 30px;
}

.exhibitions__date {
  line-height: 1.27;
}

.exhibitions__address {
  font-size: 0.9em;
  color: #939393;
}

.exhibitions__year .form-select {
  width: max-content;
}

@media (min-width: 992px) {
  .banner.vertical .banner__grid {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-template-rows: repeat(2, min-content) 1fr repeat(2, min-content);
    gap: 0 56px;
  }

  .banner.vertical .banner__img {
    min-height: 550px;
    height: 100%;
    grid-row: 1 / -1;
  }

  .banner.vertical .banner__title {
    font-size: 40px;
  }

  .banner.vertical .banner__caption {
    margin-top: auto;
  }

  .banner.vertical .banner__address {
    font-size: 18px;
  }
}

@media (max-width: 991.5px) {
  .banner__title {
    font-size: 48px;
  }

  .banner__date {
    font-size: 16px;
  }

  .banner__caption {
    font-size: 26px;
  }

  .banner__address {
    font-size: 16px;
  }

  .banner__short-desc {
    font-size: 16px;
  }

  .exhibitions__title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .exhibitions__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .exhibitions__item {
    font-size: 16px;
  }

  .exhibitions__img {
    height: 280px;
  }

  .exhibitions__name {
    font-size: 26px;
  }
}

@media (max-width: 575.5px) {
  .banner__title {
    font-size: 40px;
  }

  .exhibitions__list {
    grid-template-columns: 100%;
  }
}
