.universal-meet-patient-shell {
	padding-block: 12px;
}

.universal-meet-patient.wp-block-columns {
	align-items: stretch !important;
	background: #f6f6f6;
	display: grid !important;
	gap: clamp(32px, 4vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-bottom: 0 !important;
	margin-inline: clamp(24px, 10.2vw, 147px) !important;
}

.universal-meet-patient__media.wp-block-column,
.universal-meet-patient__content.wp-block-column {
	flex-basis: auto !important;
	margin: 0 !important;
	width: auto !important;
}

.universal-meet-patient__media.wp-block-column {
	display: flex;
	height: 100%;
}

.universal-meet-patient__image,
.universal-meet-patient__image.wp-block-image {
	height: 100%;
	margin: 0;
	width: 100%;
}

.universal-meet-patient__image img {
	border-radius: 4px;
	display: block;
	height: 100%;
	min-height: 42.44rem;
	object-fit: cover;
	width: 100%;
}

.universal-meet-patient__content.wp-block-column {
	background: #f6f6f6;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.universal-meet-patient__heading {
	color: #000000;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	margin: 0 0 24px;
}

.universal-meet-patient__paragraph,
.universal-meet-patient__quote {
	color: #666666;
	font-family: "Helvetica Neue LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	margin: 0 0 18px;
}

.universal-meet-patient__paragraph {
	font-weight: 400;
}

.universal-meet-patient__quote {
	font-weight: 700;
}

.universal-meet-patient__actions {
	margin-top: 48px;
}

.universal-meet-patient__button .wp-block-button__link {
	background: #fe0000 !important;
	border: 1px solid #fe0000;
	border-radius: 4px;
	color: #ffffff !important;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	padding: 12px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.universal-meet-patient__button .wp-block-button__link:hover,
.universal-meet-patient__button .wp-block-button__link:focus {
	background: #ffffff !important;
	border-color: #fe0000;
	color: #fe0000 !important;
}

@media (max-width: 1280px) {
	.universal-meet-patient.wp-block-columns {
		margin-inline: 6% !important;
	}

	.universal-meet-patient__image img {
		min-height: 480px;
	}
}

@media (max-width: 1024px) {

	.universal-meet-patient__image img {
		min-height: 420px;
	}
}

@media (max-width: 768px) {
	.universal-meet-patient.wp-block-columns {
		gap: 24px;
		grid-template-columns: minmax(0, 1fr);
	}

	.universal-meet-patient__heading {
		font-size: 22px;
		line-height: 30px;
	}

	.universal-meet-patient__content.wp-block-column {
		padding: 0 24px 36px;
	}

	.universal-meet-patient__image img {
		height: 360px;
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.universal-meet-patient.wp-block-columns {
		margin-inline: 24px !important;
	}

	.universal-meet-patient__content.wp-block-column {
		padding: 0 18px 28px;
	}

	.universal-meet-patient__button .wp-block-button__link {
		font-size: 12px;
	}

	.universal-meet-patient__image img {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.universal-meet-patient__heading {
		font-size: 20px;
		line-height: 28px;
	}

	.universal-meet-patient__paragraph,
	.universal-meet-patient__quote {
		font-size: 14px;
		line-height: 24px;
	}

	.universal-meet-patient__image img {
		height: 260px;
	}
}
@media (min-width: 769px) and (max-width: 1280px) {
	.universal-meet-patient__content.wp-block-column {
		margin-block: 30px !important;
    	padding-right: 20px !important;
	}
}
