.maincontent {
max-width:100%;
width:100%;
padding:0;
border:0;
}
.svc-location-row {
display:grid;
grid-template-columns:1fr 1fr;
list-style:none;
align-items:top;
}

.svc-location {
padding:0 2.5%;
margin:20px 0;
height:inherit;
}

.svc-location h4 {
margin:0;
}

.svc-location p {
font-weight:400;
margin:10px 0;
}

.svc-location a {
color:#222;
}