/* #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: 350px; }

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

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


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

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


@media screen and (max-width: 768px) { 
	#hero_alt .data p {
        max-width: 100%;
    }
	
	#features .grid { 
	grid-column-gap: 0;
	grid-row-gap: 40px;
	}

    
}