.heffner-footer-image { display:none; }


#heffner-footer-left, #heffner-footer-left-images {
	display:flex;
	flex-direction:row;
	height:fit-content;
}
#heffner-footer-left-images .et_pb_image {
	margin-bottom:0 !important;
}
#heffner-footer-left-images {
	flex-wrap:wrap;
}
#heffner-footer-left-images img {
	aspect-ratio: 1/1;
}

#heffner-footer-left {
	width:100%;
	color:white;
}

#footer-section .heffner-footer-spacer {
	display:none;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

#heffner-footer-left-other-services-text {
	margin-left:12px;
	display:flex;
	justify-content:left;
	align-items:center;
	vertical-align:middle;
}

#heffner-footer-left #heffner-footer-left-other-services-text span {
	cursor:pointer;
	font-size:16px;
}

#footer-section .heffner-footer-mail-link-text {
	color: white; text-decoration: underline;
}

@media (max-width:980px) {
	#heffner-footer-left, #heffner-footer-left-images  {
		flex-direction:column;
		margin-left:auto;
		margin-right:auto;
	}
	#heffner-footer-left #heffner-footer-left-other-services-text {
		margin: 12px auto 0 auto;
		justify-content:center;
		max-width:90%;
	}
	#heffner-footer-left #heffner-footer-left-other-services-text span {
		text-align:center;
	}
	#footer-section .heffner-footer-spacer {
		min-height:10vh;
		display:block;
	}
}