section{
	float: left;
	width: 100%;
}
.basic-container {
	float: left;
	width: 100%;
}
.spacer {
	padding: 40px 0;
}
.show-on-mobile {
	display: none !important;
}
.remove-padding {
	padding-left: 0;
	padding-right: 0; 
}
@media (max-width: 379px) {
	.show-on-mobile {
		display: block !important;
		height: 1px;
	}
}