.hero__container{align-items:center;display:flex;gap:60px;padding:40px 120px}.hero__title{color:#1a1a1a;font-size:40px;font-weight:700;line-height:111%;margin-bottom:27px}.hero__text{color:#1a1a1a;font-size:24px;font-weight:300;line-height:144%;margin-bottom:25px}.hero__button{background:#10d881;border:2px solid #10d881;border-radius:8px;color:#000;display:block;font-size:18px;font-weight:500;line-height:171%;padding:12px 38px 11px;text-align:center;transition:background-color .3s ease;width:fit-content}.hero__button:hover{background-color:#fff}.hero__video{aspect-ratio:16/9;flex-shrink:0;max-width:50%;width:560px}@media screen and (max-width:1024px){.hero__container{flex-direction:column;gap:20px;padding:50px 20px}.hero__title{font-size:32px;margin-bottom:20px}.hero__text{font-size:16px;margin-bottom:0}.hero__video{max-width:100%;width:100%}.hero__button{display:none}}