.product-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  padding: 50px;
}
@media (max-width: 768px) {
  .product-section {
    padding: 15px;
  }
}

.product-img {
  height: 315px;
  width: 100%;
}
.product-img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .product-img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product-content {
  background-image: linear-gradient(248deg, rgb(217, 53, 77), rgb(217, 151, 23));
  background-color: transparent;
  color: #fff;
  text-align: left;
  height: 100%;
  padding: 20px;
}
.product-content h3 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.32;
  color: #fff;
}
.product-content .para-one {
  font-size: 1rem;
  line-height: 1.32;
  color: #fff;
}
.product-content .heading-two {
  font-size: 16px;
}
.product-content .para-two {
  font-size: 20px;
  line-height: 1.32;
  color: #fff;
}
.product-content .order-btn {
  font-size: 20px;
  font-weight: bold;
  color: rgb(223, 113, 16);
  background-color: #fff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  line-height: 1.32;
  text-decoration: none;
}
.product-content .para-three {
  font-size: 13px;
  line-height: 1.32;
  color: #fff;
}
@media (max-width: 768px) {
  .product-content {
    background-image: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  body {
    background-image: linear-gradient(248deg, rgb(217, 53, 77), rgb(217, 151, 23));
    background-repeat: no-repeat;
    height: 100vh;
  }
}/*# sourceMappingURL=product.css.map */