/* hero */
@media only screen and (max-width: 735px) {
	.section-hero {
		background-color: #ececea;
	}
}

/* health records  */
@media only screen and (min-width: 1069px) {
	.section-healthrecords .column-content {
		width: 43%;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-overview .section-healthrecords .column-content {
		margin-top: 25px;
	}
}

.carousel-card-headline {
	max-width: 32ch;
}
