.photo__doc {
	float:left;
	border: 1px solid #fff;
	box-shadow: 0 0 0 3px rgb(79 45 92 / 20%);
	margin:0 30px 15px 0;
	max-width:350px;
}
.photo__doc .lic-slider {
	margin: 0;
}
.photo__doc .lic-slide {
	padding: 0;
}
@media(max-width:1229px){
	.photo__doc{max-width:300px}
}
@media(max-width:991px){
	.photo__doc{max-width:250px}
	.doctor_info{clear:left}
}
@media(max-width:767px){
	.photo__doc{margin:0 20px 10px 0; max-width:200px}
}
@media(max-width:575px){
	.photo__doc{float:none; max-width:100%; margin:15px auto}
}