.gutenberg.doctor-block {
	width: 100%;
	container: doctor / inline-size;
}

.gutenberg.doctor-block .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.875rem max(10.63%, 1.875rem);
}

.gutenberg.doctor-block .col-left {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 40.425%;
	min-width: 17.188rem;
}
.gutenberg.doctor-block .col-right {
	flex: 1 1 48.945%;
	position: relative;
}

.gutenberg.doctor-block .doc-card-info {
	background: var(--c-dark);
	color: var(--c-white);
}

.gutenberg.doctor-block .doc-card-name {
	background: var(
		--gradient,
		linear-gradient(180deg, #fbe0c3 0%, #f4c696 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gutenberg.doctor-block .doc-card-spec {
	margin-top: 0;
}

.gutenberg.doctor-block .diplomas {
	margin-bottom: 50px;
}

.gutenberg.doctor-block .diplomas-title {
	margin-bottom: 17px;
}
