<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-1 {
	background-color: #eaedf1;
}
.h-location{
	width:350px; max-width:100%; float:left;
	background-color: rgba(63, 90, 126, .80);
    color: #fff;
}

.section-2 .practice-area {
	background-color: #eaedf1;
}
.practice-area-image img {
	vertical-align: bottom;
}
.practice-area-name a {
	font-family: 'antonio';
	color: #3f597d;
	text-decoration: none;
}
.practice-area-learn-more a {
	color: #3f597d;
	text-decoration: none;
}

@media screen and (max-width: 1362px) {

}
@media screen and (max-width: 992px) {
	.practice-area {
		width: 48%;
		max-width: 297px;
	}
	.practice-area-image {
		width: 100%;
		max-width: 297px;
	}
	.practice-area-content {
		width: 100%;
		max-width: 297px;
	}
}
@media screen and (max-width: 767px) {
	section.section-2 {
		padding: 0;
	}

	.practice-area {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

	.section-2 .practice-area:nth-child(odd) {
		background-color: #FFFFFF;
	}

	.practice-area-image {
		width: 49%;
		max-width: 297px;
		text-align: center;
	}
	.practice-area-content {
		width: 49%;
		max-width: 98%;
		text-align: left;
		padding: 10px;
	}

	.section-2 .practice-area:nth-child(odd) .practice-area-image {
		float: right;
	}

	.section-2 .practice-area:nth-child(odd) .practice-area-content {
		float: left;
	}

}
@media screen and (max-width: 479px) {

}
</pre></body></html>