@media (min-width: 1600px) {
  .heading__title h2 {
    font-size: 32px;
  }
  .product-category,
  .news__index,
  .why-choice-us,
  .partner,
  .footer__main,
  .product__hot {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .slider-btn,
  .partner-nav-btn {
    width: 24px;
    height: 24px;
  }
  .slider-btn i,
  .partner-nav-btn i {
    font-size: 14px;
  }
  .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .page__title {
    font-size: 24px;
  }
  .why-choice-us-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .why-choice-us-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #menu-mobile {
    display: block;
  }
  .menu,
  .header {
    display: none;
  }
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .heading__title h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .heading__title h2 {
    font-size: 20px;
  }
  .heading__title h2::before, .heading__title h2::after {
    display: none;
  }
  .flex-header-top {
    flex-direction: column;
    gap: 8px;
  }
  .flex-header-top-left {
    flex-direction: column;
    gap: 6px;
  }
  .footer__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .product-category,
  .news__index,
  .why-choice-us,
  .partner,
  .footer__main,
  .product__hot {
    padding: 32px 0;
  }
}
@media (max-width: 374px) {
  .heading__title h2 {
    font-size: 18px;
  }
  .product-category,
  .news__index,
  .why-choice-us,
  .partner,
  .footer__main,
  .product__hot {
    padding: 24px 0;
  }
}