.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.service-card img {
	width: 300px;
	height: 100%;
}

.why-content {
	position: relative;
	padding: 70px 0px;
	background-image: url(/imageserver/UserMedia/wertz/2023/werz-whybg.jpeg);
	background-color: #313131;
	background-blend-mode: multiply;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	color: #fff;
	margin-bottom: 0;
	border-width: 4px 0px;
	border-style: solid;
	border-color: var(--accent-color-alpha) transparent var(--accent-color);
}
.why-list li {
	margin: 15px auto;
	font-size: 1.4em;
	font-weight: 600;
	list-style: none;
	align-items: center;
	width: 48%;
	text-align: center;
	padding: 10px;
}

@media (max-width: 800px) {
.why-list li {
	width: 98%;
margin: 15px auto;
}
}