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

.homeviewer-image img {
	max-width: 250px;
	width: 100%;
	box-shadow: none;
}

.why-section-banner {
	background-image: linear-gradient(180deg, rgba(130, 196, 85, 0.9) 20%, rgba(130, 196, 85, 0.9) 30% 100%), url(/imageserver/UserMedia/revamped/siding-bg100.jpg);
}

.why-section .underline-center {
	background-color: #fff;
}

.why-item-icon {
	width: 80px;
	height: auto;
	padding: 5px;
	background-color: var(--accent-color-alpha);
	text-align: center;
	border: 2px solid #fff;
}

.why-item-svg .cls-1 {
	fill: #82c455;
}