/* Изображения новостей */

#news .card-image-offer, #news .card-image-offer-other {
	width: 100%;
	height: 300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1em;
}

#news .card-offer {
	border-radius: 1em;
}


@media (min-width: 552px) {
	#news .card-image-offer, #news .card-image-offer-other {
		width: 100%;
		height: 300px;
	}
}

@media (min-width: 768px) {
	#news .card-image-offer, #news .card-image-offer-other {
		width: 300px;
		height: 300px;
	}
}

@media (min-width: 992px) {
	#news .card-image-offer {
		width: 300px;
		height: 300px;
	}

	#news .card-image-offer-other {
		height: 200px;
	}
}

@media (min-width: 1200px) {
	#news .card-image-offer {
		width: 300px;
		height: 300px;
	}
}

.card-content-offer .description {
	color: #686868;
	font-size: 1.1em;

}

.card-content-news .datetime {
	color: #686868;
	font-size: 0.9em;
}



.custom-card-news {
	height: 100%;
  /*  border-bottom: 1px solid #ccc; */
	padding-bottom: 1.5em;
}



