@media only screen and (max-width: 1030px) {
  .header__nav-item-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 20px 100px;
  }

  header .header_content a {
    display: none;
  }

  header ul li a {
    font-size: 14px;
    padding: 10px;
  }

  header .header_content {
    background-position: 100% bottom;
  }

  .sidebar .banner h2 {
    font-size: 22px;
  }

  .sidebar,
  header .header_box img:nth-child(3),
  .header_box img:nth-child(4),
  header ul {
    display: none;
  }

  .content {
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }

  header .header_content h1 {
    margin-bottom: 160px;
  }

  header .header_content {
    background-position: center bottom;
  }

  .content h2 {
    font-size: 24px;
  }

  .content h3 {
    font-size: 18px;
  }

  .content p {
    font-size: 16px;
  }

  .content h4 {
    font-size: 22px;
  }

  .content h5 {
    font-size: 20px;
  }

  .comments h2 {
    font-size: 24px;
  }

  .comments__article:nth-child(n+9) {
    display: none;
  }

  .content .img2 {
    float: none;
    margin: auto;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header_box img:nth-child(2) {
    display: none;
  }

  header .header_content h1 {
    font-size: 22px;
  }

  header .header_content h1 span {
    font-size: 18px;
  }

  .chart article p {
    font-size: 10px;
  }

  .content .cta {
    font-size: 20px;
  }

  .chart_text p {
    font-size: 10px;
  }

  .chart article p,
  .chart_text p {
    word-break: break-all;
    padding: 5px 0;
  }

  .chart article div {
    width: 45%;
  }
}

@media (max-width: 425px) {
  .comments__article p {
    margin-top: 15px;
    margin-left: 0;
  }

  .comments__article h3 {
    margin-top: 12px;
  }
}