@charset "UTF-8";

.option_text_products {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.option_text_products p:first-of-type {
  display: inline-block;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
  line-height: 1;
}

.option_text_products p:nth-of-type(2) {
margin-top: 0.5em;
word-break: break-word;
}