div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}


.doctors-item-name {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.doctors-item-position {
	margin-top: 10px;
}

.doctors-item-image,
.doctors-item-image img {
	width: 256px;
	height: 378px;
}

.doctors-item-name {
	height: 16%;
}

.doctors-item-container {
	height: 100%;
}

.doctors-container {
	display: flex;
	flex-wrap: wrap;
}

.doctors-2 .doctors-item:hover .doctors-item-button {
	bottom: 10px;
}

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

	.doctors-item-image,
	.doctors-item-image img {
		width: 206px;
		height: 308px;
	}

	.doctors-item-name {
		height: 19%;
	}

}

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

	.doctors-item-image,
	.doctors-item-image img {
		width: 151px;
		height: 226px;
	}

	.doctors-item-name {
		height: 28%;
	}
}

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

	.doctors-item-image,
	.doctors-item-image img {
		width: 100%;
		height: 100%;
	}

	.doctors-item-container,
	.doctors-item-name {
		height: auto;
	}
}