body .private-equity-row p {
	color: #7f8185;
}

body .counter-area p {
	color: #444;
}

#site-container .real-estate-row {
	padding-left: 80px;
	padding-right: 80px;
}

#site-container .real-estate-row .wp-block-image {
	border-radius: 5px;
	overflow: hidden;
}

body .real-estate-row .wp-block-image img {
	transition: all .5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

body .real-estate-row .wp-block-image:focus-within img,
body .real-estate-row .wp-block-image:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

body .real-estate-row h5 {
	color: #222;
	font-size: 18px;
}

body .real-estate-row p {
	color: #444;
}

body .contact-content a {
	text-decoration: none;
}


@media only screen and (max-width: 980px) {

	#site-container .real-estate-row {
		padding-right: var(--wp--style--root--padding-right);
		padding-left: var(--wp--style--root--padding-left);
	}

}
