.productintroduction-imgmb {
  display: none;
}
/*  */
.productintroduction {
  position: relative;
  background: #fff;
  height: 457px;
}

.productintroduction-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productintroduction-content {
  position: absolute;
  left: 146px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.productintroduction-content-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.productintroduction-content-desc {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  /*  */
  .productintroduction-content {
    left: 24px;
    width: calc(73% - 16px - 16px);
    top: 24px;
    transform: translateY(0);
  }

  .productintroduction-img {
    display: none;
  }

  .productintroduction-imgmb {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
}
