.hoja-blanca {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
}

.hoja-cuerpo p {
  text-align: justify;
  padding: 0 140px 0 140px !important;
}

.hoja-cuerpo p:nth-child(1) {
  padding-top: 40px !important;
}

.hoja-cuerpo p:last-child {
  padding-bottom: 40px !important;
}
