/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.w-content {
	width: fit-content !important;
}
#services .image{
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
}

#services img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: cover;
}
#services p{
	line-height: 26px;
}

.page-section h3, .section h3{
	font-size: 32px;
	margin-bottom: 10px;
}
#testimonials .image{
	width: 100px;
	height: 100px;
	object-fit: cover;
}

#testimonials .image img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.invalid{
	border-color: #dc3545;
}