/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */


.main-content{
	padding-top: 150px;
}

#services-1188 {
	padding: var(--sectionPadding);
}
#services-1188 .cs-container {
	max-width: 80rem;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* 48px - 64px */
	gap: clamp(3rem, 6vw, 4rem);
}
#services-1188 .cs-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* centers content horizontally, set to flex-start to left align */
	align-items: center;
	/* set text align to left if content needs to be left aligned */
	text-align: justify;
	color: black;
    line-height: 27px;
    font-size: 12pt;
    padding-left: 15px;
    padding-right: 15px;

}

#services-1188 .cs-content .cs-title{
	font-size: 20pt;
    font-weight: 600;
    color: #515151;
	text-transform: uppercase;
}

#services-1188 .cs-card-group {
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 1rem;
}

.img-item{
	height: 350px;
	margin: 0;
	border: 1px solid #dbdbdb;
    background-color: #f3efef;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1188 .cs-card-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
	
    #services-1188 .cs-item {
        margin: 0;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #services-1188 .cs-card-group {
        max-width: 80rem;
    }
    #services-1188 .cs-item {
        max-width: none;
        padding: 2rem 1.5rem;
    }
		
	.main-content{
		padding-top: 200px;
	}

}

                                