#home{display:flex;flex-direction:row;min-height:100vh;padding:8rem 4rem;justify-content:center;align-items:center}#home img{width:100%;height:600px}@media only screen and (max-width:1200px){#home img{width:100%;height:350px}}@media only screen and (max-width:990px){#home{gap:2rem;padding:8rem 0;flex-direction:column;height:-moz-fit-content;height:fit-content}}#home>div{flex:1 1;height:-moz-fit-content;height:fit-content}.home_container{padding:0;width:50%;max-width:500px;min-width:320px}.home_container_content{display:flex;flex-direction:column;gap:2rem}.home_container_content h1{font-size:2rem;font-weight:500}.home_container_content h2{font-size:4rem;font-weight:600}.home_container_content p{font-weight:200;line-height:2;font-size:1.5rem;color:var(--color-text-secondary)}@media only screen and (max-width:1200px){.home_container_content h1{font-size:1.4rem}.home_container_content h2{font-size:2.4rem}.home_container_content p{font-size:1rem}}