.home .hero{width:100vw;height:calc(100vh - 15rem);display:flex;justify-content:space-between;align-items:center}@media (max-width: 800px){.home .hero{flex-direction:column;gap:5rem;width:auto}}.home .hero__left,.home .hero__right{width:50%}@media (max-width: 800px){.home .hero__left,.home .hero__right{width:100%}}.home .hero__left{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap--primary)}.home .hero__left h1{font-weight:800;font-size:4rem;color:var(--blue--main)}.home .hero__left__subtitle{font-size:1.3rem;font-weight:300;margin-top:calc(-.8 * var(--gap--primary));color:var(--blue--main);opacity:.5}.home .hero__left__pic{width:18rem;height:18rem;border-radius:100%;background-color:#000;object-fit:cover;box-shadow:0 5px 15px 5px #00b7b866}.home .hero__left__company{height:2rem;object-fit:contain}
