.dd-section-contact-grid h1,
.dd-section-contact-grid h2,
.dd-section-contact-grid h3,
.dd-section-contact-grid h4,
.dd-section-contact-grid h5,
.dd-section-contact-grid h6 {
	color: #000;
	font-family: novecento_sans_widemedium, sans-serif;
	font-size: 1.7em;
	font-weight: 100;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.dd-section-contact-grid h1:last-child,
.dd-section-contact-grid h2:last-child,
.dd-section-contact-grid h3:last-child,
.dd-section-contact-grid h4:last-child,
.dd-section-contact-grid h5:last-child,
.dd-section-contact-grid h6:last-child {
	margin-bottom: 0;
}

.dd-section-contact-grid h2 {
	font-size: 1.5em;
}

.dd-section-contact-grid h3 {
	font-size: 1.4em;
}

.dd-section-contact-grid h4 {
	font-size: 1.35em;
}

.dd-section-contact-grid h5,
.dd-section-contact-grid h6 {
	font-size: 1.3em;
}

.dd-section-contact-grid p,
.dd-section-contact-grid li {
	margin-bottom: 15px;
	font-size: 16px;
	color: #232323 !important;
	font-family: "Droid Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}

.dd-section-contact-grid p:last-child,
.dd-section-contact-grid li:last-child {
	margin-bottom: 0;
}

.dd-section-contact-grid .dd-container {
	display: grid;
	grid-auto-flow: row dense;
	grid-auto-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr auto;
	gap: 50px 25px;
	align-items: center;
}

@media only screen and (min-width: 801px) {
	.dd-section-contact-grid .dd-person {
		grid-area: 1 / 1 / 2 / 2;
	}
	.dd-section-contact-grid .dd-whatsapp {
		grid-area: 1 / 4 / 2 / 5;
	}
	.dd-section-contact-grid .dd-text {
		grid-area: 1 / 2 / 2 / 4;
	}
	.dd-section-contact-grid .dd-social {
		grid-area: 2 / 1 / 3 / 5;
	}
}

@media only screen and (max-width: 800px) {
	.dd-section-contact-grid .dd-container {
		grid-auto-columns: 1fr 1fr 1fr;
		grid-auto-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr auto auto;
	}
	.dd-section-contact-grid .dd-person {
		grid-area: 2 / 1 / 3 / 3;
	}
	.dd-section-contact-grid .dd-whatsapp {
		grid-area: 2 / 3 / 3 / 5;
	}
	.dd-section-contact-grid .dd-text {
		grid-area: 1 / 1 / 2 / 5;
	}
	.dd-section-contact-grid .dd-social {
		grid-area: 3 / 1 / 4 / 5;
	}
}

.dd-section-contact-grid .dd-person {
	text-align: center;
}
.dd-section-contact-grid .dd-person img {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
	overflow: hidden;
}
.dd-section-contact-grid .dd-whatsapp a {
	text-align: center;
	color: #000;
}
.dd-section-contact-grid .dd-whatsapp strong {
	display: block;
}
.dd-section-contact-grid .dd-whatsapp .whatsapp-circle {
	width: 94px;
	height: 94px;
	display: flex;
	border-radius: 50%;
	background: #40c911;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.dd-section-contact-grid .dd-social {
	text-align: center;
}
.dd-section-contact-grid .dd-social a {
	display: inline-block;
}
.dd-section-contact-grid .dd-social a:not(:first-child) {
	margin-left: 24px;
}
