.products-intro,
.products-order {
  background-size: cover;
  display: flex;
}
.products-intro {
  align-items: center;
  justify-content: center;
  height: 16.25rem;
  background-image: url(https://ik.imagekit.io/testcloud/SultanSeeds/photo/about-page__intro.png?updatedAt=1725101210202);
}
.products-intro__title {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}
.products__item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 4rem 0;
}
.products__item:nth-child(2n) .products__item-container {
  flex-direction: row-reverse;
}
.products__item:nth-child(2n) {
  background: #f7f7f8;
}
.products__item-content-title {
  color: #272a2f;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.products__item-content-description {
  color: #272a2f;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.products-order {
  background-image: url(https://ik.imagekit.io/testcloud/SultanSeeds/photo/products3.webp?updatedAt=1725167494486);
  height: 32rem;
  justify-content: center;
}
.products-order__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.products-order__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
}
.products-order__description {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 1.5rem 0;
}
.products-order__button {
  /* width: 8.75rem; */
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  background: #9a430e;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}
.products-order__button:hover {
  background-color: #bd5c21;
}
@media screen and (max-width: 1300px) {
  .products__item-container {
    padding: 3.75rem 0;
  }
  .products__item-content-description {
    font-size: 1rem;
  }
  .products__item-our-products img,
  .products__item-premium img {
    width: 27.5rem;
    height: 20rem;
    object-fit: cover;
  }
  .products__item-premium {
    padding: 6rem 0;
  }
  .products-order {
    height: 26.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .products__item-container {
    flex-direction: column !important;
  }
  .products__item-our-products img,
  .products__item-premium img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 680px) {
  .products-intro {
    height: 5.9rem;
  }
  .products-intro__title {
    font-size: 1.5rem;
  }

  .products__item-photo img {
    width: 100%;
  }

 
}
@media screen and (max-width: 480px) {
  .products-intro {
    height: 5.25rem;
    margin-bottom: 2rem;
  }
  .products__item-container {
    gap: 1.5rem;
    padding: 2.12rem 0;
  }
  .products__item-our-products {
    padding-top: 3.75rem;
  }
  .products__item-content-title {
    font-size: 1.5rem;
  }
  .products__item-content-description {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .products-order {
    height: 38rem;
    text-align: center;
  }
}
