.bg-image {
  background-image: url(../img/img-hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.price {
  background-color: #ee7c42;
}

.img-beneficios{
  width: 85%;
  height: auto;
  border: 1px solid rgb(145, 135, 135);
}
.titulo-beneficios{
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 6px;
}
.parrafo-beneficios{
  font-size: 16px;
  font-weight: 200;
  padding: 8px;
}
