.steps__item{background:#fff;border-radius:16px;box-shadow:0 1px 4px 0 rgba(0,0,0,.1);margin:85px 45px;overflow:hidden}@media only screen and (width <= 1023px){.steps__item{margin-inline:0}}@media only screen and (width <= 767px){.steps__item{margin-block:45px}}.steps__item-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:331px;justify-content:center;position:relative;text-align:center}@media only screen and (width <= 767px){.steps__item-image{align-items:flex-end;height:200px;padding-bottom:24px}}.steps__item-image:before{background-color:rgba(0,0,0,.2);content:"";inset:0;position:absolute;z-index:1}.steps__item-image div{z-index:2}.steps__item-content{padding:45px 55px}@media only screen and (width <= 1279px){.steps__item-content{padding:45px 25px}}@media only screen and (width <= 767px){.steps__item-content{padding:24px 30px 12px}}.steps__item-content-list{display:flex;flex-wrap:wrap;margin:35px -22px 0}@media only screen and (width <= 767px){.steps__item-content-list{margin:16px 0 0}}.steps__item-content-list .item{margin:0 22px;width:calc(25% - 44px)}@media only screen and (width <= 767px){.steps__item-content-list .item{margin:0 0 12px;width:100%}}.steps__item-content-list .item__short div{color:var(--cobalt);cursor:pointer;padding:5px 0;width:100%}@media only screen and (width <= 767px){.steps__item-content-list .item__short div{display:inline-block;width:auto}}.steps__item-content-list .item__long{display:none}.steps__item-content-list .item strong{font-weight:600}