#user_content_real_estate {

}
#user_content_real_estate .col-md-4 {
	padding: 25px;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(33% - 20px);
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 10px;
}
.news-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}
.news-grid > .col-md-4,
.news-grid > article {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    display: block;
    box-sizing: border-box;
}
#user_content_real_estate h2 {
	line-height: 1.2em;
}
#user_content_real_estate img {
	margin: 20px;
}
#user_content_real_estate h2:before, #user_content_real_estate h2:after {
	border-bottom: none;
}
