.membership-archive {
	background: #EFF2F5;
	margin-top: 7em;
	margin-bottom: 9.5em;
}

.membership-archive .row:not(:last-child) {
	border-bottom: 1px solid #DEDEDE;
}

.membership-archive .col-md-3:not(:nth-child(4n)) {
	border-right: 1px solid #DEDEDE;
}

.membership-archive .col-md-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 12em;
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (max-width: 767px){
	.membership-archive {
		margin-bottom: 5.5em;
	}

	.membership-archive .col-md-3:not(:nth-child(4n)) {
		border-right: none;
	}

	.membership-archive .col-md-3:not(:last-child) {
		border-bottom: 1px solid #DEDEDE;
	}
}