html, body {
	background-color: #e0e4e7;
}
header {
	background-color: var(--main-color);
}

h3 {
	margin-top: 1em;
}

.badge {
	width: 100%;
	max-width: 540px;
	margin: 70px 0 50px 0;
}
.poster {
	width: 100%;
	max-width: 540px;
	margin-bottom: 1em;
}
.center p {
	text-align: center;
}

 .faq {
 	text-align: left;
 }
 .faq ul {
 	margin-top: 0;
 }