.clean h2 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
}


@media (min-width: 79px) and (max-width: 480px) {
	.clean h1 {
		display: flex;
		font-size: 1.4rem;
		margin-left: 2%;
		text-align: center;
		margin-right: 2%;
	}
	.clean h2 {
		display: flex;
		font-size: 1.1rem;
		margin-left: 2%;
	}
	.clean h3 {
		display: flex;
		font-size: 1rem;
		margin-left: 2%;
	}
	.clean .org {
		padding-bottom: 4%;
	}
	.clean p {
		display: flex;
		flex-direction: column;
		font-size: 0.9rem;
		line-height: 1.5;
		margin-left: 2%;
		margin-right: 2%;
		text-align: justify;
	}
	.bottom-button {
		text-align: center;
		max-width: 80%;
	}
}

@media (min-width: 481px) and (max-width: 700px) {
	.clean h1 {
		display: flex;
		font-size: 1.4rem;
		margin-left: 2%;
		justify-content: center;
	}
	.clean h2 {
		display: flex;
		font-size: 1.2rem;
		margin-left: 2%;
	}
	.clean h3 {
		display: flex;
		font-size: 1.1rem;
		margin-left: 2%;
	}
	.clean .org {
		padding-bottom: 3%;
	}
	.clean p {
		display: flex;
		flex-direction: column;
		font-size: 0.9rem;
		line-height: 1.5;
		margin-left: 2%;
		margin-right: 2%;
		text-align: justify;
	}
	.bottom-button {
		text-align: center;
		max-width: 60%;
	}
}

@media (min-width: 701px) and (max-width: 899px) {
	.clean h1 {
		display: flex;
		font-size: 1.4rem;
		justify-content: center;
	}
	.clean h2 {
		display: flex;
		font-size: 1.2rem;
	}
	.clean h3 {
		display: flex;
		font-size: 1.1rem;
	}
	.clean .org {
		padding-bottom: 3%;
	}
	.clean p {
		display: flex;
		flex-direction: column;
		font-size: 0.9rem;
		line-height: 1.5;
		text-align: justify;
	}
	.bottom-button {
		text-align: center;
		max-width: 65%;
	}
}

@media (min-width: 900px) and (max-width: 8000px) {
	.clean h1 {
		display: flex;
		font-size: 1.7rem;
		justify-content: center;
	}
	.clean h2 {
		display: flex;
		font-size: 1.4rem;
	}
	.clean h3 {
		display: flex;
		font-size: 1.3rem;
	}
	.clean p {
		display: flex;
		flex-direction: column;
		font-size: 1.2rem;
		line-height: 1.3;
		text-align: justify;
	}
	.bottom-button {
		text-align: center;
		max-width: 78%;
	}
	.clean .org {
		padding-bottom: 1%;
	}
}