@charset "utf-8";
/* CSS Document */

html, body {margin: 0; font-family: "Roboto Flex", sans-serif;}
main { min-width: 1024px; margin: 128px auto; text-align: center}
h1 {font-weight: 500}
h2 {font-weight: 500; padding-top:32px}
section {display: flex; justify-content: center; align-content: center; gap: 128px; margin-top: 128px}

@media screen and (max-width: 1024px) {
	main {min-width: 80px}
	section {display: block; text-align: center}
	img {display: block; margin:32px auto; text-align: center}
}