@media only screen and (min-width: 768px) {
	.col .o-center {
		margin: 0;
		transform: none;
	}
}

@media only screen and (max-width: 767px) {
	.col.span-1-of-3 {
		padding-top: 0px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.col.span-1-of-3::before {
		content: "⭫" !important;
		position: relative;
		display: block;
		width: 96% !important;
		left: 2%;
		text-align: center;
		color: var(--clr-1);
		font-size: 250%;
		margin-bottom: 10px;
		transform: none;
	}
}
