iframe {
	width: 100%;
}

section {
	min-width: 100vw;
	align-items: center;
	justify-content: center;
}

.wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

p {
	font-size: 16px;
	padding-right: 5%;
	padding-left: 5%;
	max-width: 1220px;
}

@media screen and (max-width: 640px) {
	p {
		padding-left: 0;
		padding-right: 0;
	}
	iframe {
		height: 400px;
	}
}
