/* Doctor Portraits Block
------------------------------------- */

.doctor-portraits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.doctor-portraits__pic {
	margin: 10px;
	width: 142px;
	height: 189px;
}

.doctor-portraits__pic:nth-child(3n+1) {
	border: 6px solid #fbac40;
}

.doctor-portraits__pic:nth-child(3n+2) {
	border: 6px solid #4f8cad;
}

.doctor-portraits__pic:nth-child(3n+3) {
	border: 6px solid #a8c14a;
}
