/*
Theme Name: Website Theme
Text Domain: website-theme
*/


@media (max-width: 750px) {
	.w100-750max {
		width: 100%;
	}
	.services-preview-bottom .wp-block-buttons {
		justify-content: center !important;
	}
}


@media (min-width: 500px) and (max-width: 750px) {
	.grid-boxes {grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
}
@media (max-width: 499px) {
	.grid-boxes {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
}