/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Quick Links
*/


/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/

/* Quick Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__three_generic_and_title {}
.three_generic_and_title__section-title-wrap {
	text-align: center;
	margin-bottom: 3rem;
}
.three_generic_and_title__section-title {}

@media (min-width: 375px) {}
@media (min-width: 640px) {
	.section__three_generic_and_title .generic-block {
		margin-bottom: 0;
	}
}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {
	.three_generic_and_title__section-title-wrap {
		text-align: left;
		margin-bottom: 0;
	}
}












