.pdp .pdpMain .info-text-bottom {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .info-text-bottom {
    margin-top: 2.4154589372vw;
  }
}
.pdp .pdpMain .product-information-button {
  display: flex;
  margin: 23px auto 0;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .product-information-button {
    max-width: 316px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .product-information-button {
    width: 76.3285024155vw;
    margin-top: 5.5555555556vw;
  }
}

.pdp-content-section .product-basic .usage-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic .usage-img img {
    width: 100%;
    max-width: none;
  }
}
