/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.1.7
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

#offersGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem;
}

@media (max-width: 1280px) and (min-width: 786px) {
	#offersGrid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 785px) {
	#offersGrid {
		grid-template-columns: 1fr;
	}
}

#offersGrid h2 {
	text-align: center;
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    font-weight: 700;
    color: #FFFFFF !important;
}

#offersGrid .post-excerpt {
	color: white;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 15px;
} 

.offerDiv {
    text-align: center;
	border-right: 1px solid white;
	padding: 15px;
}

.offerDiv:nth-child(4n) {
    border-left: none;
}
