@media screen and (max-width: 1300px) {
  .areesh-pic {
    max-width: 80%;
  }

  .areesh-details {
    column-gap: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .product-lists {
    column-gap: 5rem;
  }

  .areesh-details {
    column-gap: 0rem;
  }

  .logo {
    width: 85%;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
  /* .product-coming-soon {
    display: none;
  } */

  .products-intro {
    padding-bottom: 0;
  }

  .exclusivisity {
    margin-top: 0;
  }

  .who-are-we {
    margin-top: 3rem;
  }

  .logo {
    width: 75%;
  }
  .earth {
    width: 75%;
    margin-top: -5rem;
  }
  .wereform-logo-2 {
    width: 100%;
  }

  .product-title {
    font-size: 3.4rem;
  }

  .text-begenone {
    padding: 1rem;
    padding: 0;
  }

  .begenone-details,
  .areesh-details {
    flex-direction: column-reverse;
    row-gap: 5rem;
    align-items: center;
  }

  .areesh-details {
    row-gap: 1rem;
  }

  .text-areesh {
    width: 100%;
    padding: 0;
  }

  .who-what-text {
    padding: 0;
  }

  .begenone-overview {
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .footer {
    padding: 8rem;
    flex-direction: column;
    row-gap: 5rem;
  }

  .company-details {
    max-width: 100%;
  }

  .copyright-text,
  .ABN-wereform {
    font-size: 1.4rem;
  }

  .about-h1,
  .link-h1 {
    font-size: 2rem;
  }

  .links-list,
  .about-links {
    row-gap: 0;
  }

  .about-link,
  .links-list-item {
    /* padding-bottom: 1.2rem; */
    padding: 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.304);
  }

  .link-X-twitter,
  .about-areeshalam {
    /* padding-top: 1.2rem; */
    padding: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.304);
  }

  .about-link,
  .links-list-item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .areesh-pic {
    max-width: 80%;
    /* height: 100%; */
  }

  .footer {
    padding: 8rem;
  }

  .prdct-srvc-h1,
  .who-and-what {
    font-size: 3rem;
    text-align: left;
  }

  .products-intro {
    row-gap: 5rem;
  }

  .img-container {
    padding: 3rem;
  }

  .text-begenone,
  .text-areesh {
    font-size: 1.2rem;
  }

  .who-what-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 550px) {
  .footer {
    padding: 4rem;
  }

  .img-container {
    padding: 2rem;
  }

  .product-title {
    font-size: 2.4rem;
  }

  .products-intro {
    row-gap: 2rem;
  }

  .product-lists {
    row-gap: 3rem;
    transform: scale(75%);
  }

  .begenone-logo-2-container {
    max-width: 100%;
  }
}
