@media (min-width: 992px) {
  .home-masthead {
    padding-top: 200px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .home-masthead__wrapper {
    gap: 200px;
  }
}

@media (min-width: 992px) {
  .about__wrapper {
    gap: 80px;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .about__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .about__title {
    width: 400px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .partner-card {
    flex: 1;
    box-shadow: inset 0 0 0 4px transparent;
    transition: color 0.25s 0.0833333333s;
    position: relative;
    padding-top: 68px;
  }

  .partner-card::before,
  .partner-card::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
  }

  .partner-card::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
  }

  .partner-card::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .partner-card:hover::before,
  .partner-card:hover::after {
    border-color: #B27C7D;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }

  .partner-card:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }

  .partner-card:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
}

@media (min-width: 992px) {
  .partner-card__content {
    justify-content: center;
    width: auto;
    padding: 0;
    background: transparent;
    position: absolute;
    right: 50px;
    bottom: 50px;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .partner-card__autograph {
    right: 314px;
    left: auto;
  }
}

@media (min-width: 992px) {
  .partner-card__img {
    margin-left: 30px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .partners {
    padding-block: 20px;
  }
}

@media (min-width: 992px) {
  .partners__wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 40px;
    background: #ffffff;
  }
}

@media (min-width: 992px) {
  .partners__wrapper {
    gap: 40px;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .partners__titles {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .article-card {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    transition: 0.3s ease-in-out;
    box-shadow: inset 0 0 0 2px transparent;
    transition: color 0.25s 0.0833333333s;
    position: relative;
  }

  .article-card::before,
  .article-card::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
  }

  .article-card::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .article-card::after {
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .article-card:hover::before,
  .article-card:hover::after {
    border-color: #E7E7E7;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }

  .article-card:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }

  .article-card:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }

  .article-card:hover .article-card__title {
    text-decoration: underline;
  }
}

@media (min-width: 992px) {
  .article-card__content {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .articles .swiper-navigation {
    gap: 40px;
  }
}