/* Beneficios Section */
.beneficios-box {
  margin-top: 3em;
  background: url(../img/horse-back-beneficios.png);
  padding: 3em 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.beneficios-box h2 {
  font-weight: 700;
  color: #f2f2f2;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

.beneficios-box hr {
  border: 0.1em solid #f2f2f2;
  width: 5%;
  margin: 2em auto;
}

.beneficios-box p {
  text-align: center;
  width: 50%;
  display: block;
  margin: 2em auto;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #f2f2f2;
}

.beneficios-content {
  border: 0.05em solid #f2f2f2;
  padding: 1.5em;
  border-radius: 1.5em;
}

.beneficios-content h3 {
  color: #f2f2f2;
  line-height: 2.2em;
}

@media screen and (max-width: 960px) {
  .beneficios-content {
    margin: 0 1em;
  }

  .beneficios-box p {
    width: 80%;
  }

}
