.text-image-block, .full-width-content-block {
	background-color: #eff0e0; /* Olive 20% Tint */
    padding: 4rem 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.text-image-block, .full-width-content-block {
		padding: 6rem 0;
	}
}