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

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

#features .col_3 { grid-column: span 4; }

@media screen and (max-width: 768px) { 
	#features .col_3 { grid-column:  span 12; }
}