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

.interior-svc-list {
	margin: 25px auto;
}

.svc-list-item {
	padding: 8px 0px;
}

.svc-list-item span{
font-weight: 600;
border-bottom: 2px solid var(--light-blue-color);
font-size:19px;
display: block;
margin-bottom: 8px;
width: fit-content; 
}

.home-service-section {
	background: #f4f4f4;
	position: relative;
	background-image: linear-gradient(180deg, rgba(0, 28, 94, 0.94) 14%, rgb(7, 36, 100) 75%), url(/imageserver/UserMedia/blupoint/hero-bg004.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.products-section .h2-heading {
color: #fff;
}


.main-service-card {
	box-shadow: none;
	border: 3px solid #fff;
color: #111;
	height: 400px;
	width: 31.333%;
max-width: 350px;
}

.main-service-card:hover {
box-shadow: none;
}
.service-card-image {
	width: 100%;
	height: 85%;
	border-bottom: 5px solid var(--accent-color-alpha);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	border-radius: 5px 5px 0 0;
}

.main-service-card .site-button {
margin: 10px auto;
}