.services{display:grid;gap:100px;grid-template-columns:repeat(3,1fr);position:relative;.services-item{align-items:baseline;background:var(--white-color);border-radius:var(--border-radius-card);box-shadow:var(--card-default-shadow);display:flex;flex-direction:column;gap:var(--gap-s);padding:40px;&:first-of-type,&:nth-of-type(2){position:relative;&:after{position:absolute;right:-80px;top:50%;transform:translateY(-50%);@media (max-width:1024px){bottom:-44px;left:50%;right:unset;top:unset;transform:translateX(-50%)}}}&:first-of-type:after{content:url(https://147382668.fs1.hubspotusercontent-eu1.net/hubfs/147382668/services-arrow-ds-1.svg);@media (max-width:1024px){transform:translateX(-50%) rotate(180deg)}}&:nth-of-type(2):after{content:url(https://147382668.fs1.hubspotusercontent-eu1.net/hubfs/147382668/services-arrow-ds-2.svg)}.services-item-icon{height:40px;width:auto}}.services-dots-wrapper{bottom:-70px;position:absolute;right:0}@media (max-width:1024px){gap:50px;grid-template-columns:1fr}}