body, div, h1, p {
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	height: 72px;
	left: 0px;
	top: 0px;

	background: #115E63;
	position: fixed;
	z-index: 9;
}

.header h3 {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 136%;
	/* or 24px */

	letter-spacing: 0.12em;
	color: #FDBB6A;

	position: fixed;
	width: 530px;
	height: 28px;
	left:  -300px;
	top: 4px;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 52px;
}


.header p {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 136%;
	/* or 24px */

	letter-spacing: 0.12em;
	color: #FDBB6A;

	position: fixed;
	width: 530px;
	height: 28px;
	right: 48px;
	top: 21px;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 52px;
}

.header a {
	color: #FDBB6A;

}

.header a:hover {
	color: #DD5889;
}

.main {
	width: 100%;
	height: 1100px;
	background-color: #FDF7F0;
	align-items: center;
	align-content: center;
}

.main .container1 {
	padding-left: 48px;
	padding-top: 88px;
	width: 687px;
	height: 1200px;
	background-color: #FDF7F0;
	align-items: center;
	align-content: center;
}

.main .container1 img {
	margin-right: 16px;
	margin-bottom: 96px;
}


.main .container1 h3 {
	font-family: 'EloquentJFPro';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 116%;
	margin-left: -480px;

	/* identical to box height, or 49px */

	text-align: center;

	/* Dark */

	color: #115E63;
}

.main .container1 h4 {

	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 136%;
	width: 720px;
	/* or 33px */

	letter-spacing: 0.04em;

	margin-top: -82px;
	margin-bottom: 82px;

}

.main .container1 h4 a {

	color: #115E63;
	margin-right: 277px;
	margin-left: -142px;
}

.main .container1 h4 a:hover {

	text-decoration: underline;
}

.main .container1 h2 {

	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 136%;
	width: 720px;
	/* or 33px */

	letter-spacing: 0.04em;

	margin-top: -78px;
	margin-bottom: 82px;

}

.main .container1 h2 a {

	color: #115E63;
	margin-left: -1px;
	margin-right: 125px;
}

.main .container1 h2 a:hover {

	text-decoration: underline;
}

.main .container1 h5 {

	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 136%;
	width: 720px;
	/* or 33px */

	letter-spacing: 0.04em;

	margin-top: -82px;
	margin-bottom: 82px;

}


.main .container1 h5 a {

	color: #115E63;
	margin-left: -1px;
	margin-right: 125px;
}

.main .container1 h5 a:hover {

	text-decoration: underline;
}


.main .container2 {
	padding-left: 738px;
	padding-top: 78px;
	width: 687px;
	height: 1200px;
	background-color: #FDF7F0;
	align-items: center;
	align-content: center;
	margin-top: -1278px;
}

.main .container2 h3 {
	font-family: 'EloquentJFPro';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 116%;
	margin-left: -580px;

	/* identical to box height, or 49px */

	text-align: center;

	/* Dark */

	color: #115E63;
}

.main .container2 img {
	margin-right: 16px;
	margin-bottom: 96px;
}

.main .container2 h2 {

	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 136%;
	width: 720px;
	/* or 33px */

	letter-spacing: 0.04em;

	margin-top: -82px;
	margin-bottom: 82px;

}


.main .container2 h2 a {

	color: #115E63;
	margin-left: -1px;
	margin-right: 184px;
}

.main .container2 h2 a:hover {

	text-decoration: underline;
}


.footer {
	width: 100%;
	height: 425px;
	top: 1268px;
	position: absolute;
	background-color: #115E63;
	background-repeat: no-repeat;
	align-content: center;
}

.footer img {
	width: 70%;
	margin-left: 225px;
	margin-top: 75px;

}




