@media (min-width: 992px) {
  .section-header-gradient__wrapper {
    max-height: unset;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__header {
    height: 320px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__breadcrumbs {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__title {
    margin: 0 0 32px 0;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__excerpt {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 992px) {
  .section-header-gradient__button {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .news-item {
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  }

  .news-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 992px) {
  .news-item__title {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}

@media (min-width: 992px) {
  .news-item__link {
    transition: 0.2s transform ease-in-out;
  }

  .news-item__link:hover {
    transform: translateY(-4px);
  }
}

@media (min-width: 992px) {
  .news-slider {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .news-slider__header-column--actions {
    display: flex;
  }
}

@media (min-width: 992px) {
  .news-slider__swiper-container {
    padding-left: max(20px, (100vw - 1760px) / 2);
  }
}

@media (min-width: 992px) {
  .news-slider__mobile-actions {
    display: none;
  }
}

@media (min-width: 992px) {
  .news-slider__button-prev,
  .news-slider__button-next {
    transition: opacity 0.25s ease-out;
  }

  .news-slider__button-prev:hover,
  .news-slider__button-next:hover {
    opacity: 0.6;
  }
}

@media (min-width: 992px) {
  .article-item {
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
  }

  .article-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 992px) {
  .article-item__image,
  .article-item__video {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .article-item__title {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}

@media (min-width: 992px) {
  .article-item__excerpt {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .article-item__link {
    transition: color 0.25s ease-out, gap 0.25s ease-out;
  }
}

@media (min-width: 992px) {
  .article-item__link {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 992px) {
  .article-item__link svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  a.article-item:hover .article-item__link {
    color: #009cda;
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .archive-posts__articles-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 40px;
  }
}