.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
} 

.main-global.home-global {
	background: #fff;
color: #111;
}


.services-list-item span {
font-weight: 600;
display: inline-block;
}

.svc-card-buttons .site-button {
	position: relative;
	display: block;
	font-size: .85em;
	font-weight: 500;
	letter-spacing: .05em;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 0px auto 10px;
	padding: 6px 12px;
	text-decoration: none;
	background-color: var(--accent-color);
	color: #ffffff;
	border-radius: 3px;
	z-index: 0;
	overflow: hidden;
	transition: all .3s;
	height: fit-content;
}