.BuyersGuidePage .umb-grid div h6 {
	 margin: 0;
}
 .BuyersGuidePage .umb-grid div .staff-profile {
	 margin-top: 0;
}
.BuyersGuidePage .umb-grid div .col-sm-6.col-md-4  div:not(:has(section)) {
	 padding: 24px;
}

@media (max-width: 576px) {
    .BuyersGuidePage .umb-grid div .col-sm-6.col-md-4  div:not(:has(section)) {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}