.global-wrapper .section .section__group .section__col--center {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
	.global-wrapper .section .section__group .section__col {
    width: 33.3333%;
	}
	.global-wrapper .section .section__group .section__col--center {
    padding: 0 3rem 0;
		border-bottom: 0;
	}
}