@media (max-width: 575.98px) {
  .nav_logo {
    width: 130px;
  }

  .heading_one,
  .heading_one span {
    font-weight: 700;
    font-size: 2.2rem;
  }

  .hero_h5 {
    position: absolute;
    top: -16%;
    right: 2%;
    z-index: 1;
    color: black;
    font-size: 14px;
  }

  .brown_bag_img_about {
    width: 19%;
    top: 4%;
  }

  .category-products {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category_product_card {
    flex: none;
  }

  .category_product_card img {
    height: 350px;
  }

  .category_product_card:hover {
    flex: none !important;
  }

  .category_product_card span {
    font-size: 16px;
  }

  .straw_cup {
    width: 18%;
    top: 4%;
  }

  .about_img {
    height: 400px;
    border-radius: 20px;
  }

  .category_img_btn {
    max-width: 180px;
    &:hover {
      transform: scale(1.02);
    }
  }

  .category_img_btn img {
    width: 50px;
  }

  .category_img_btn span.title {
    font-size: 14px !important;
  }

  .category_img_btn span.content {
    font-size: 12px !important;
  }

  .brown_bag_img {
    top: -60px;
    width: 25%;
  }

  .paper_content {
    transform: scale(0.7);
  }

  .heading_box img {
    width: 5%;
  }

  .accordion-item {
    padding: 10px !important;
  }

  .accordion-header button {
    font-size: 16px !important;
  }

  .bannerImg {
    height: 400px;
  }

  .whatsapp_enquiry {
    font-size: 15px !important;
  }

  .whatsapp_enquiry img {
    width: 30px;
  }
  .product_full_img {
    height: 350px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav_logo {
    width: 130px;
  }

  .heading_one,
  .heading_one span {
    font-weight: 700;
    font-size: 2.2rem;
  }

  .hero_h5 {
    position: absolute;
    top: -16%;
    right: 2%;
    z-index: 1;
    color: black;
    font-size: 14px;
  }

  .brown_bag_img_about {
    width: 19%;
    top: 4%;
  }

  .category-products {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category_product_card {
    flex: none;
  }

  .category_product_card img {
    height: 350px;
  }

  .category_product_card:hover {
    flex: none !important;
  }

  .category_product_card span {
    font-size: 16px;
  }

  .straw_cup {
    width: 18%;
    top: 4%;
  }

  .about_img {
    height: 400px;
    border-radius: 20px;
  }

  .category_img_btn {
    max-width: 180px;
    &:hover {
      transform: scale(1.02);
    }
  }

  .category_img_btn img {
    width: 50px;
  }

  .category_img_btn span.title {
    font-size: 14px !important;
  }

  .category_img_btn span.content {
    font-size: 12px !important;
  }

  .brown_bag_img {
    top: -60px;
    width: 25%;
  }

  .paper_content {
    transform: scale(0.7);
  }

  .heading_box img {
    width: 5%;
  }

  .accordion-item {
    padding: 10px !important;
  }

  .accordion-header button {
    font-size: 16px !important;
  }

  .whatsapp_enquiry {
    font-size: 15px !important;
  }

  .whatsapp_enquiry img {
    width: 30px;
  }

  .product_full_img {
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav_logo {
    width: 180px;
  }

  .heading_one,
  .heading_one span {
    font-weight: 700;
    font-size: 2.5rem;
  }

  .hero_h5 {
    position: absolute;
    top: -14%;
    right: 5%;
    z-index: 1;
    color: black;
    font-size: 16px;
  }

  .about_img {
    height: 100%;
  }

  .footer_img {
    height: 100%;
  }

  .paper_content {
    transform: scale(0.8);
  }
  .category-products {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category_product_card {
    flex: none;
  }

  .category_product_card img {
    height: 200px;
  }

  .category_product_card:hover {
    flex: none !important;
  }

  .category_product_card span {
    font-size: 16px;
  }
}
