@media screen and (min-width: 1080px){
	#dpc-tile-membership h2.section-heading {
		 display: block;
		 text-align: center;
		 padding-bottom: 3rem;
	}
	 #dpc-contact-membership a {
		 display: block;
		 text-align: center;
	}
	 #dpc-contact-membership ul.section-grid {
		 flex-wrap: nowrap;
		 margin-bottom: 1rem;
		 column-gap: 4rem;
		 justify-content: center;
	}
	 #dpc-contact-membership .section-grid h3 {
		 text-align: center;
	}
	 #dpc-contact-membership li.col-xs-12.col-sm-3 {
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		 background-color: white;
		 padding: 2rem;
		 margin-bottom: 0 !important;
	}
	 #dpc-contact-membership .section-grid img {
		 margin-right: auto;
		 margin-left: auto;
	}
	 #dpc-contact-membership .wysiwyg-content .col-auto {
		 text-align: center;
	}
}

@media screen and (max-width: 1079px){
	#dpc-tile-membership h2.section-heading {
	     flex-wrap: wrap;	    
		 display: auto;
		 text-align: center;
		 padding-bottom: 3rem;
	}
	 #dpc-contact-membership a {
		 display: inline;
		 text-align: center;
	}
	 #dpc-contact-membership ul.section-grid {

		 margin-bottom: 1rem;
		 column-gap: 4rem;
		 justify-content: center;
	}
	 #dpc-contact-membership .section-grid h3 {
		 text-align: center;
	}
	 #dpc-contact-membership li.col-xs-12.col-sm-3 {

		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		 background-color: white;
		 min-width: 255px;
		 max-width: 500px;
		 padding: 2rem;
		 margin-bottom: 2rem !important;
	}
	 #dpc-contact-membership .section-grid img {
		 margin-right: auto;
		 margin-left: auto;
	}
	 #dpc-contact-membership .wysiwyg-content .col-auto {
		 text-align: center;
	}
}