/* #hero_alt .data h1 { font-size: 50px; max-width: 560px; }

@media screen and (max-width: 768px) { 
	#hero_alt .data h1 { font-size: 35px; }
} */

#hero_alt .data p {
  max-width: 35%;
}
#hero_alt .data img {
  width: 270px;
}

#hero_alt img {
  max-width: 470px;
}

#features .grid {
  grid-gap: 60px;
}

#planes_wrapper .plan h3:before {
  content: '$891';
  font-size: 24px;
  display: none;
  color: #ee5a5a;
  text-decoration: line-through;
}

#planes_wrapper .plan + .plan h3:before {
  content: '$1.485';
  font-size: 24px;
  display: none;
  color: #ee5a5a;
  text-decoration: line-through;
}
#planes_wrapper .plan + .plan + .plan h3:before {
  content: '$2.585';
  font-size: 24px;
  display: none;
  color: #ee5a5a;
  text-decoration: line-through;
}

.precio_descuento {
  font-size: 18px;
  display: none;
  color: #ee5a5a;
  margin-top: -20px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #hero_alt .data img {
    width: 340px;
  }
  #hero_alt .data p {
    max-width: 100%;
  }

  #features .grid {
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
}
