/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2024 | 07:49:18 */
body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
	color: var(--p1);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
}
body.single-solution .hero-section .evlt-paragraph__text li {
	list-style-position: inside
}
.solution-featured-image img {
	width: 100vw;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
	body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
		font-size: 30px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	body.single-solution .hero-section .evlt-paragraph__text p:nth-child(2) {
		font-size: 24px;
		line-height: 30px;
	}
}