.precious_TreatmentBox {
  flex-basis: 100% !important;
  max-width: 876px !important;
  min-height: unset !important;
}
.precious_TreatmentBox_Visual {
  width: 100%;
  display: block;
  position: relative;
}
.precious_context {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.precious_text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 15px auto !important;
  width: 88%;
}

@media screen and (max-width: 768px) {
  .precious_TreatmentBox_Visual {
    display: flex;
    flex-direction: column;
    background-color: #000;
    align-items: flex-end;
    height: auto;
    padding-top: 20px;
  }
  .precious_context {
    width: 100%;
    position: relative;
  }
  .precious_text {
    width: 72%;
  }
}
