<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body main section.agency-hero .wrapper h1 {
	font-size: 2.5rem;
}

@media (min-width: 1024px) {
	body main section.agency-hero .wrapper h1 {
		font-size: 3.5rem;
	}
}

section.single-service h2 {
	font-size: 2rem;
}

h4 {
	font-size: 1.5rem;
}

.agency ul.styled-list {
	padding-left: 5px;
}

@media (min-width: 1024px) {
	section.single-service h2 {
		font-size: 2.5rem;
	}
	.agency ul.styled-list {
		padding-left: 15px;
	}
	
	.img-fluid.start-growing {
		max-width: 60%;
	}
	
}</pre></body></html>