
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{text-align:center;font-family:'Open Sans', sans-serif;color:#111827;background:#ffe29b;line-height:1.55}
main{max-width:1170px;margin:0 auto;padding:1rem}
.page{padding:1rem 0;border-bottom:1px dashed #e5e7eb}
p{margin:0 0 .85rem 0; font-size: 18px;}
a{color:#111827;}
.img-block{display:block;max-width:100%;height:auto;margin:.5rem auto;}
.img-second{border-radius:8px; margin: 50px 0;}
.logo{width:120px; margin-bottom: 50px;}
.img-first{max-width:60%;margin-left:auto;margin-right:auto; margin-bottom: 30px;}
:root{--text-max:60ch}
.page p,.page h1,.page h2{max-width:var(--text-max);margin-left:auto;margin-right:auto}
.page h1{font-size:48px;margin:.5rem auto .5rem auto;}
.page h2{font-size:28px;margin:.25rem auto .75rem auto}
.page p + h2 {
	margin-top: 30px;
}
picture.img-block{display:block;margin:.5rem auto;max-width:100%;height:auto}
@media (max-width:1200px){.logo{width:11vw; margin-bottom: 40px;}}
@media (max-width:768px){.img-first{max-width:85%} .logo{width:16vw; margin-bottom: 30px;} .img-second{margin: 40px 0;} p{font-size: 16px;} .page h1{font-size:40px;} .page h2{font-size:24px;}}