.lander{grid-template-columns:repeat(2,1fr);gap:16px;width:fit-content;margin:auto;padding:0 1rem;display:grid}.lander .hor{align-items:center;margin:auto;display:flex}.lander .center{margin:auto}.lander .subtitle{color:#fff;grid-column:1/-1;font-size:calc(1rem + 4vmin);font-weight:400}.lander h1{text-align:justify;width:max-content;margin:0}.lander .trump{place-self:center;width:100%}@media screen and (800px<width<=1200px),screen and (width<=450px){.lander{grid-template-columns:1fr}.lander h1{margin:auto}.lander .trump{display:none}}
