.texto-expandible p {
  margin: 0;
  padding-bottom: 1.5625rem;
  font-family: "Inter", Sans-serif;
  font-size: 1.25rem;
  color: #000;
  font-weight: 300;
}

.texto-expandible button.boton-leer-mas {
  border: none;
  padding: 0;
  margin: 0;
  color: #E71096;
  font-size: 1.375rem;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  line-height: normal;
}

.texto-expandible button.boton-leer-mas:hover,
.texto-expandible button.boton-leer-mas:focus {
  background-color: transparent;
  opacity: 0.85;
}

@media only screen and (max-width: 767px) {

  .texto-expandible p,
  .texto-expandible button.boton-leer-mas {
    font-size: 1.125rem;
  }

  .texto-expandible p {
    padding-bottom: 1.125rem;
  }
}
