@media (max-width: 1200px) and (min-width: 900px) {
  .header {
    display: flex;
    padding: 20px 30px;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
  }
  .toggle__menu {
    cursor: pointer;
    width: 20px;
    height: 30px;
  }
  .nav__logo {
    display: none;
  }
  .sticks {
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #0d0d0d;
  }
  .sticks2 {
    width: 10px;
  }
  .other-article__container {
    max-width: 12000px;
  }
  .nav__container {
    width: 100%;
    display: none;
    justify-content: center;
    position: relative;
  }
  .nav__link {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 50px;
  }
  .nav__item a {
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .show-menu {
    display: flex;
  }
  .change-color {
    background-color: white;
  }

  .change-header {
    height: 200%;
    background: #0d0d0d98;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
  .article-container {
    padding: 100px 20px;
    flex-wrap: wrap;
  }
  .main-article {
    margin-right: 0;
  }
  .article-description__box {
    max-width: 100%;
  }
}
