﻿html, body
{
	background-color: #fff;
}

.card-body
{
	min-height: 180px;
	display:flex;
}

.card-title
{
	position: absolute;
	bottom:20px;
	font-size: 20px;
	text-align: center;
}

.cardLink
{
	text-decoration:none;
	color:inherit;
}

.pageTitle
{
	color: var(--almostBlack-color);
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 24px;
}

.pageSubTitle
{
	color: var(--almostBlack-color);
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 24px;
}

.bodyTextHeader
{
	color: var(--almostBlack-color);
	font-weight: 800;
	font-size: 18px;
}

.bodyTextBigText
{
	color: var(--almostBlack-color);
	font-weight: 400;
	font-size: 18px;
}

.heroImage
{
	width: 100%;
	margin-bottom: 24px;
}

.moreInfoLink
{
	color: #0082c6;
	font-weight: bold;
}

.partnerArea
{
	background-color: #E6E6E5;
	padding-top: 1em;
	padding-bottom: 1em;
}

.partnerImage
{
	width: 100%;
	text-align: center;
}
