@media (max-width: 768px) {
	header {
		background: #333;
		position: fixed;
		z-index: 999;
	}
	.InterligueContentSection_Product .card {
		border: none;
	}
	section.InterligueContentSection_Plans .card {
		margin-bottom: 0px;
		border-top: none;
		border-bottom: none;
	}
	.recomend {
		box-shadow: none;
		background: none !important;
	}
	section.InterligueContentSection_Plans p.text-center {
		margin-top: 20px;
	}
	.h3, h3 {
		font-size: 1.5em;
	}
	.caption h2 {
		font-size: 1.9em;
	}
}