.services-items__wrapper{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;grid-gap:12px;gap:12px;width:100%;height:100%}@media screen and (min-width:576px){.services-items__wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:column;gap:12px}}@media screen and (min-width:992px){.services-items__wrapper{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-auto-flow:row;gap:20px}}@media screen and (min-width:1200px){.services-items__wrapper{gap:32px}}.marquee-block{margin-bottom:48px}@media screen and (min-width:768px){.marquee-block{margin-bottom:64px}}