.productdetailinfoimage {
  width: 100%;
  color: black;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.productheadinginfofrims {
  background: rgb(42, 106, 216);
  color: white;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.productheadinginfofrim {
  background: green;
  color: white;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.productheadinginfofrim-details {
  padding-top: 130px;
  width: 70%;
}
.productcaution-info-detail-flex {
  display: flex;
  gap: 30px;
}
.productcaution-info-detail {
  text-align: center;
  color: black;
  width: 50%;
}
.productcaution-info-details {
  /* text-align: center; */
  color: black;
  width: 50%;
}
.productcaution-info-detail img {
  color: black;
  width: 300px;
  height: 300px;
}

.productheading-frimsun img {
}
.productpartabc {
  display: flex;
  gap: 20px;
}
.productpartabc img {
  width: 200px;
  height: 180px;
}

@media (max-width: 800px) {
  .productpartabc {
    display: none;
  }
  .about-containers {
    display: flex;
  }
}
