.hero-container{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:30px;max-width:1500px;padding-left:2vw;padding-right:2vw;width:100%}.hero-text{display:flex;flex-direction:column;gap:20px;width:55%}.hero-text h1{font-size:clamp(60px,5.3vw,80px);line-height:1.05}.hero-text p{font-size:20px;line-height:125%;max-width:90%}.hero-text a{background:#f2721c;border-radius:10px;color:#fff;font-size:18px;font-weight:700;padding:15px 35px;text-align:center;text-decoration:none;width:158px}.hero-text a:hover{background:#da6719;transition:transform .12s ease,background .12s ease}.hero-image{max-width:50%}.hero-image img{width:100%}@media (max-width:1048px){.hero-container{align-items:start;flex-direction:column;gap:40px;margin-left:0;margin-right:0;margin-top:0}.hero-text{gap:20px;max-width:85%;width:auto}.hero-text h1{font-size:55px}.hero-image{max-width:100%}}@media (max-width:698px){.hero-text{gap:10px}.hero-text h1{font-size:40px}.hero-text a,.hero-text p{font-size:16px}.hero-text a{padding:15px 25px}}@media (min-width:1920px){.hero-container{padding-left:2vw;padding-right:2vw}}