.doctors-page {
	--doctors-blue: #064aa7;
	--doctors-blue-dark: #003f9d;
	--doctors-line: #dbe7f5;
	--doctors-soft: #f4f9ff;
	--doctors-mobile-section-space: 32px;
	overflow: hidden;
	background: #ffffff;
	color: #172849;
}

.doctors-page h1,
.doctors-page h2,
.doctors-page h3,
.doctors-page p {
	letter-spacing: 0;
}

.doctors-hero {
	overflow: hidden;
	background: #edf7ff;
}

.doctors-hero picture {
	display: block;
}

.doctors-hero img {
	width: 100%;
	height: auto;
	margin-inline: auto;
}

.doctors-section-head {
	max-width: 760px;
	margin: 0 auto 45px;
	text-align: center;
}

.doctors-section-head h1 {
	margin: 0 0 22px;
	color: var(--doctors-blue);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.doctors-section-head p {
	margin: 0;
	color: #253750;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

@media (max-width: 768px) {
	.doctors-section-head {
		margin-bottom: 24px;
	}

	.doctors-section-head h1 {
		margin-bottom: 14px;
		font-size: 24px;
	}

	.doctors-section-head p {
		font-size: 14px;
		line-height: 1.65;
	}
}

@media (max-width: 420px) {
	.doctors-page {
		--doctors-mobile-section-space: 28px;
	}
}
