.radiologist-image {
	width: 160px;
	height: 206px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:8px;
}

.radiologist-image-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 600px){
	.radiologist-title {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 400px){
	.radiologist-title {
		font-size: 1.2em;
	}
}

html {
	scroll-behavior: smooth;
}