/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Theme to support tutsplus tutorial. Child theme for the Divi theme.
Version: 1.0
Author: Quape
Author URI: https://www.quape.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.items-regional-offices {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: stretch;
    width: 70% !important;
    padding: 0 !important;
}
.items-regional-offices > .et_pb_blurb {
	margin-bottom: 0 !important;
}
.privacy-policy h1.main_title {
	font-size: 40px;
	text-align: center;
}
.privacy-policy.entry-content ol ol {
	padding-left: 23px !important;
}
.privacy-policy .entry-content ul.custom-ol {
	list-style: none;
	list-style-type: none !important;
}

@media (max-width: 768px) {
	.items-regional-offices {
    	width: 100% !important;
    	grid-template-columns: repeat(2, 1fr);
	}	
}

