.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__line{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:24px}.marquee__line:first-child{margin-bottom:16px}.marquee__line ul{display:flex;align-items:center;justify-content:space-between;min-width:100%;list-style:none;flex-shrink:0;gap:24px}.marquee__item{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 16px;border:1px solid #36486a;border-radius:60px}.marquee__title{font-size:18px;color:#36486a;text-transform:uppercase;margin-right:24px}.marquee__icon:not(:last-child){margin-right:16px}@media screen and (min-width:576px){.marquee__line:first-child{margin-bottom:24px}.marquee__item{padding:8px 24px}.marquee__title{font-size:24px;margin-right:32px}.marquee__icon:not(:last-child){margin-right:24px}}@media screen and (min-width:992px){.marquee__item{border:2px solid #36486a}}.scroll-to-left{animation:scroll-to-left 20s linear infinite}.scroll-to-right{animation:scroll-to-right 20s linear infinite}@keyframes scroll-to-left{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 24px))}}@keyframes scroll-to-right{0%{transform:translateX(calc(-100% - 24px))}to{transform:translateX(0)}}