html {
	/* font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; */
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
html, body { min-height: 100%; }
*, *:before, *:after { box-sizing: inherit; }
.logos {
	padding: 10%;
	display: grid;
	grid-template-columns: 44% 7% 44%;
	gap: 2%;
	align-items: center;
}
.logo {
	max-width: 95%;
	height: auto;
}
.arrow {
	max-width: 100%;
	height: auto;
}
.message {
	font-size: calc(16px + 16 * ((100vw - 320px) / 680));
	text-align: center;
}
