nav {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	width: 1200px;
}
.navbar-link-btn {
	text-decoration: none;
	color: #fff;
	width: 33.4%;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar-link-btn:first-of-type {
	background-color: #00437c;
}
.navbar-link-btn:nth-of-type(2) {
	background-color: #a6d7d5;
}
.navbar-link-btn:last-of-type {
	background-color: #d60550;
}
header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	width: 1200px;
}
.logo {
	width: 320px;
	height: 160px;
}
.headline-component-main-div {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headline-component-headline {
	color: #fff;
}
.textcomponent-main-div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 24px;
}
.textcomponent-text-div {
	margin-top: 16px;
	display: flex;
	width: 880px;
	gap: 24px;
	flex-direction: column;
}
.textcomponent-p {
	text-align: center;
	font-size: 24px;
}
.textcomponent-headline {
	text-align: center;
	font-size: 50px;
}
.card-component-main-div {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 33.4%;
	height: 400px;
	background-color: #f4f4f4;
}
.card-component-img-container {
	margin-top: 32px;
}
.card-component-img {
	width: 100px;
}
.card-component-headline {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 32px;
}
.card-component-text {
	text-align: center;
	font-size: 20px;
}
.contact-section-main-div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-headline {
	text-align: center;
	font-size: 32px;
	width: 880px;
}
.contact-headline-div {
	margin-top: 48px;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
}
.home-image-one {
	width: 1200px;
}
.home-section-one {
	background-color: #fff;
}
.textcoomponent-div {
	margin-top: 80px;
	padding-bottom: 40px;
}
.home-section-card-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 1200px;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Roboto, sans-serif;
}
.max-width-rapper {
	max-width: 1200px;
}
.max-width-rapper-center {
	display: flex;
	justify-content: center;
	background-color: #ebeae8;
}
