body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
main {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

main section {
	width: 100%;
	max-width: 800px;
}

main section img {
	width: 100%;
}

.product {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product .ctaBtn {
	margin: 40px 0px;
	width: 60%;
}

@media {
	.product .ctaBtn {
		width: 85%;
	}
}

.ambassador {
	padding: 4rem 0;
}

.ambassador img {
	width:100%
	margin: 0;
}

.howtouse {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	width: 100%;
	position: relative;
}
.ctaBtn2 {
	bottom: 80px;
	width: 60%;
	position: absolute;
}

@media {
	.ctaBtn2 {
		width: 85%;
		bottom: 30px;
	}
}

footer {
	width: 100%;
	height: auto;
}

.f_wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.f_wrapeer_inner {
	width: 100%;
	max-width: 800px;
	background-color: #789fd3;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.f_wrapeer_inner_info {
	padding: 50px 0;
	color: white;
	text-align: center;
	line-height: 2.5;
}
