body{
	background-color: #d6e3e7;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #2b473b;
}

.logo{
	width: 300px;
	margin: -175px auto 25px auto;
	padding: auto;
}

.main{
	margin: 150px auto 50px auto;
	padding: 25px;
	border-radius: 50px;
	border: 7px solid #2b473b;
	max-width: 800px;
}

.top_one{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.top_one_numbers{
	background-color: #68c5f0;
	color: white;
	font-weight: bold;
	font-size: 35px;
	min-width: 40px;
	height: 40px;
	border-radius: 100px;
}
.top_one_text{
	font-weight: bold;
	font-size: 20px;
}

.atout_section{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.atout_section_right{
	margin: 0 0 0 25px;
	text-align: left;
}

h2{
	display: inline-block;
	background-color: #68c5f0;
	color: white;
	width: inherit;
	margin: 0;
}

.cta_text{
	background-color: #2b473b;
	margin-left: -25px;
	width: calc(100% + 25px);
	padding: 15px;
	font-style: italic;
	color: white;
	font-family: "Birthstone", cursive;
	font-size: 35px;
}

.links{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 25px 0 0 0;
}

.links > *{
	border-radius: 100px;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #2b473b;
}