
.irp-related-posts {
	display: block;
	margin: 75px auto;
}

.similar-posts {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.similar-posts li a {
	color: #000 !important;
}

.similar-posts li {
	list-style: none;
	width: 195px;
	float: left;
	margin-bottom: 20px;
}

.similar-posts li:not(:last-child) {
	margin-right: 10px;
}

.similar-posts li .image img {
	height: 163px;
	display: block;
}

.similar-posts li .title {
	height: auto;
	background-color: transparent;
	margin-bottom: 10px;
}

.similar-posts li .shortDescription p {
	margin: 0;
}

.similar-posts li:only-child .image img {
	height: 100%;
	width: 100%;
}

@media (min-width:768px) {
	.similar-posts {
		display: flex;
	}
}

@media (min-width:1199px) {
	.similar-posts li .image img {
		width: 195px;
	}
}

@media (max-width:1199px) {
	.similar-posts li {
		width: 25%;
		margin-bottom: 20px;
	}
	
	.similar-posts li:nth-child(2n) {}
	
	.similar-posts li .image img {
		height: auto;
		width: 175px;
	}
}

@media (max-width:767px) {
	.similar-posts li {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.similar-posts li .image img {
		height: auto;
		width: 100%;
	}
}
