.service-step{display:grid;grid-template-areas:"img" "title" "subtitle";color:#fff}.service-step__img{grid-area:img;margin-right:90px;margin-bottom:48px;max-height:125px}.service-step__img .image img{width:122px;height:auto}.service-step__title{grid-area:title;font-size:19px;font-weight:500;color:#fae105;margin-bottom:35px}.service-step__subtitle{font-size:30px;grid-area:subtitle;margin-bottom:35px}.service-step__desc{grid-area:description;display:none}@media(min-width: 750px){.service-step{grid-template-areas:"img title title" "img subtitle subtitle" "img description description"}.service-step__desc{display:block}.service-step__img{padding-top:15px}.service-step__img .image img{width:122px}}@media(min-width: 1200px){.service-step{max-width:700px}.service-step__img{max-height:170px}.service-step__img .image img{width:170px}}
