@media only screen and (max-width: 734px) and (min-width: 390px) {
	.section.section-hero br.small {
		display: none;
	}
}
@media only screen and (max-width: 734px) and (min-width: 390px) {
	.section.section-hero br.large {
		display: block;
	}
}
.section.section-speak {
	padding-top: 80px;
}

@media only screen and (max-width: 734px) {
	.section.section-speak {
		padding-top: 60px;
	}
}
