.home{grid-template-columns:1fr;gap:1rem;display:grid}.home__col-left h4{margin-top:1.5rem;font-size:1.25rem;font-weight:300}.home__col-left h2{padding:6px 0 10px;font-size:2rem}.home__col-left p{color:var(--text-color-soft);margin-bottom:1.5rem;font-size:.875rem;line-height:1.3}.home__col-left .action{gap:1rem;display:flex}.home__col-left .action .action__btn{border:2px solid var(--btn-color-hover);color:var(--text-color-soft);background-color:#0000;gap:6px;padding:10px 12px;font-size:.875rem;font-weight:600;transition:all .2s}.home__col-left .action .action__btn:hover{background-color:var(--btn-color-hover);color:var(--text-color)}.home__col-left .action .action__btn--project{border:2px solid var(--color-primary);color:var(--color-primary)}.home__col-left .action .action__btn--project:hover{background-color:var(--color-primary);color:#fff}.home__col-left .action .action__btn--project .btn__icon--arrowUp{transition:all .2s;transform:rotate(45deg)}.home__col-left .action .action__btn--project:hover .btn__icon--arrowUp{transform:rotate(90deg)}.home__col-right{justify-content:center;display:flex}.home__col-right .logo-image{object-fit:cover;width:340px;height:auto}@media (min-width:768px){.home__col-left h4{font-size:1.65rem}.home__col-left h2{font-size:2.5rem}.home__col-left p{font-size:.875rem}.home__col-left .action .action__btn{padding:12px 14px}.home__col-right .logo-image{width:400px;height:auto}}@media (min-width:1024px){.home{grid-template-columns:1fr}.home__col-left h4{font-size:1.8rem}.home__col-left h2{font-size:3rem}.home__col-left p{font-size:1rem}.home__col-left .action .action__btn{padding:14px 16px}.home__col-right .logo-image{width:470px;height:auto}}@media (min-width:1280px){.home{grid-template-columns:repeat(2,1fr)}.home__col-right .logo-image{width:530px;height:auto}}
