@media only screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  .brand {
    max-width: 130px;
    height: 60px;
  }
  .btn-fill {
    padding: 10px 26px;
  }

  .product-box img {
    height: 100px;
  }
  .product-box {
    gap: 15px;
    padding: 24px 20px;
  }
  .product-box img {
    min-width: 100px;
  }
  .products-grid {
    gap: 38px 26px;
  }
  .products-section h2 {
    margin-bottom: 48px;
  }
  .choose .choose-box p {
    max-width: 250px;
    margin: 0 auto;
  }
  .choose .second-heading img {
    width: 40px;
    height: 40px;
  }
  .choose .logo {
    width: 180px;
    height: 180px;
  }
  .footer2 p img {
    width: 30px;
    height: 30px;
  }

  .choose-bg .img-bg1 {
    width: 273px;
    height: 490px;
    left: -60px;
  }
  .choose-bg .img-bg2 {
    width: 427px;
    height: 390px;
    right: -230px;
  }
  .choose-bg .img-bg3 {
    width: 210px;
    height: 210px;
    right: -60px;
  }
  .cow-wrapper .img-box {
    width: 600px;
    height: 500px;
  }
  .cow-wrapper .img-box .stamp {
    width: 150px;
    height: 150px;
  }
  .cow-wrapper {
    height: 380px;
  }
  .about .bottom .img-box {
    width: 310px;
    min-width: 310px;
  }
  .about .bottom
  {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .product-box img {
    min-width: 60px;
    height: 70px;
  }
  .products-grid {
    gap: 26px;
  }

  .footer1 .footer1-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer1 .logo {
    width: 220px;
    height: 70px;
  }
  .footer1 {
    padding: 50px 0;
  }
  .choose h2.main-heading::after {
    width: 180px;
    height: 40px;
    right: -50px;
  }
  .choose h2.main-heading {
    margin-bottom: 40px;
  }
  .footer1 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  .product-box img {
    height: 100px;
  }

  .products-grid {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .choose .logo {
    width: 120px;
    height: 120px;
  }
  .choose .second-heading {
    margin: 50px 0 40px;
  }
  .footer1 .logo {
    width: 170px;
    height: 50px;
  }
  .footer1 .footer1-inner {
    gap: 24px;
  }
  .footer2 {
    justify-content: center;
    padding: 20px 30px;
  }
  footer::before {
    top: -10px;
  }
  .choose-bg .img-bg1 {
    width: 190px;
    height: 298px;
    left: -60px;
  }
  .choose-bg .img-bg2 {
    width: 298px;
    height: 273px;
    right: -150px;
  }
  .choose-bg .img-bg3 {
    width: 150px;
    height: 150px;
    right: -40px;
  }
  .cow-wrapper .img-box {
    width: 400px;
    max-width: 100%;
    max-height: 300px;
  }
  .cow-wrapper .img-box .stamp {
    width: 100px;
    height: 100px;
  }
  .cow-wrapper {
    height: 220px;
  }
  .cow-wrapper .img-box .stamp {
    top: 0;
  }
  .products-section {
    padding: 60px 0 50px;
  }
      .about .bottom .img-box {
        width: 310px;
        min-width: 310px;
        max-width: 100%;
      }
}
