.hero-section{align-items:center;width:100%}.hero-section__actions,.hero-section__content{flex:1}.hero-section__buttons-desktop{display:flex;gap:30px;justify-content:flex-start}.hero-section__buttons-mobile{display:none}.hero-section__button-primary .button{background:#f66129;border:1px solid #f66129;color:#fff}.hero-section__button-secondary .button{background:transparent;border:1px solid #f66129;color:#f66129}@media(max-width:992px){.hero-section__buttons-mobile{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;margin-top:30px}.hero-section__buttons-desktop{display:none}.hero-section__content{text-align:center}}