.homepage
{
	background-image: url(../img/landing-bg-de.jpg);
}

.homepage_card_inner
{
	justify-content: space-between;
}

.hero_row_about
{
	background-image: url(../img/hero-about-de.jpg);
}
.hero_row_navigating
{
	background-image: url(../img/hero-navigating-de.jpg);
}
.hero_row_living
{
	background-image: url(../img/living-with-hero-de.jpg);
}

.country_selector_page .inner_container p
{
	font-size: 18px;
}

.yellow_box_container, .yellow_box_container.symptoms.treat-opts
{
	grid-template-columns: 33% 33% 33%;
}

.yellow_box_container.symptoms
{
	grid-template-columns: 50% 50%;
}