.rectangle {
	min-height: 320px;
	object-fit: contain;
	background-color: #1666b6;
	padding-top: 0px;
	margin-bottom: 50px;
}

.paired-logo {
	width: 487px;
	height: 77px;
	object-fit: contain;
	margin: 47px 0px 22px 0px;
}

.headline {
	text-align: center;
	font-family: Lato;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 25px;
}

.header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.landing-card {
	border: none;
}

.landing-card-image {
	height: 150px;
	margin-bottom: 20px;
}

.landing-card-title {
	font-family: Lato;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #212529;
}

.landing-card-text {
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #212529;
}
