.steps{align-items:center;display:flex;height:542px;justify-content:center;position:relative}.steps_img{height:100%;object-fit:cover;opacity:.4;width:100%}.steps_container{display:flex;flex-direction:column;gap:40px;position:absolute}.steps_title{color:var(--light-grey);font-family:var(--principal-font);font-size:40px;font-weight:600;line-height:48px;margin:0;text-align:center}.steps_items_content{display:flex;flex-direction:column;gap:10px}.steps_numbers_arrow{align-items:center;display:flex;gap:6px;justify-content:space-between}.step_arrow{stroke:var(--lemon-green)}.steps_number{align-items:center;border:1px solid var(--lemon-green);border-radius:50%;color:var(--light-grey);display:flex;height:56px;justify-content:center;margin:0;width:56px}.steps_items .steps_number{display:none}.steps_items{display:grid;justify-items:center}.steps_item{display:grid;gap:20px;grid-template-rows:1fr auto;max-width:333px;padding-inline:24px}.steps_item_title{font-size:24px;font-weight:500;line-height:32px}.steps_item_title,.steps_tem_description{color:var(--light-grey);font-family:var(--principal-font);text-align:center;text-wrap-style:balance;margin:0}.steps_tem_description{font-size:16px;font-weight:400;line-height:24px}@media(max-width:1024px){.steps{height:1052px}.steps_item_title,.steps_tem_description,.steps_title{text-align:start}.steps_numbers_arrow{display:none}.steps_items{gap:40px;justify-items:flex-start}.steps_item{gap:16px;max-width:unset;padding:0}.steps_items .steps_number{display:flex}}