@media (max-width: 1200px) {

  .header {
    padding-bottom: 350px;
  }

  .hero-title {
    font-size: 68px;
  }

  .article-text::before {
    width: 140px;
    height: 140px;
    font-size: 140px;
  }

  .article-text {
    padding-left: 50px;
    max-width: 50%;
    margin-right: 0;
  }

  .article-img {
    width: 45%;
    max-width: 100%;
  }
}

@media (max-width: 1100px) {

  .footer-nav+.footer-nav {
    margin-left: 100px;
  }
}

@media (max-width: 920px) {

  .footer-row {
    flex-direction: column-reverse;
  }

  .footer-nav-wrapper {
    margin-bottom: 80px;
  }
}

@media (max-width: 800px) {

  .header {
    padding-bottom: 300px;
  }

  .nav,
  .account {
    display: none;
  }

  .nav-wrapper {
    margin-bottom: 90px;
  }

  .nav-button {
    display: block;
  }

  .mobile-nav-active {
    display: flex;
  }

  .hero-title {
    font-size: 48px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  }

  .hero-category::before {
    width: 42px;
  }

  .hero-category {
    font-size: 14px;
    padding-left: 62px;
  }

  .article {
    margin-bottom: 100px;
  }

  .article-title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .article-text::before {
    transform: translateY(-35%);
  }

  .article-subtitle {
    margin-bottom: 42px;
    padding-left: 112px;
  }
}

@media (max-width: 676px) {

  .header {
    padding-bottom: 150px;
  }

  .article,
  .article:nth-child(even) {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }

  .article-text {
    max-width: 100%;
  }

  .article-img {
    max-width: 350px;
    width: 100%;
    margin-bottom: 75px;
  }

  .article-text::before {
    font-size: 112px;
  }

  .article-read-more {
    margin-bottom: 30px;
  }

  .article-subtitle {
    font-size: 17px;
  }
}

@media (max-width: 560px) {

  .hero-title {
    font-size: 44px;
  }

  .footer-nav-wrapper {
    flex-direction: column;
  }

  .footer-nav+.footer-nav {
    margin-left: 0;
    margin-top: 60px;
  }
}

@media (max-width: 320px) {

  .header {
    padding-bottom: 30px;
  }

  .hero-title {
    font-size: 44px;
  }

  .article,
  .article:nth-child(even) {
    flex-direction: column-reverse;
    padding: 0 5px;
    margin-bottom: 20px;
  }

  .article-text {
    max-width: 100%;
    padding-left: 15px;
  }

  .article-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .article-text::before {
    font-size: 100px;
    height: 86px;
  }

  .article-read-more {
    margin-bottom: 20px;
  }

  .article-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
}