.cards .service-card:last-child{grid-column:auto}
.device-icon{position:relative;display:block;color:#236f62}
.iphone-icon{width:16px;height:29px;border:2px solid currentColor;border-radius:4px}
.iphone-icon:before{content:"";position:absolute;left:4px;right:4px;top:2px;height:2px;border-radius:2px;background:currentColor}
.iphone-icon:after{content:"";position:absolute;width:3px;height:3px;border:1px solid currentColor;border-radius:50%;left:50%;bottom:2px;transform:translateX(-50%)}
.ipad-icon{width:23px;height:30px;border:2px solid currentColor;border-radius:3px}
.ipad-icon:after{content:"";position:absolute;width:2px;height:2px;border:1px solid currentColor;border-radius:50%;left:8px;bottom:2px}
.imac-icon{width:29px;height:20px;border:2px solid currentColor;border-radius:2px;margin-top:-3px}
.imac-icon:before{content:"";position:absolute;width:2px;height:8px;background:currentColor;left:12px;top:18px}
.imac-icon:after{content:"";position:absolute;width:15px;height:2px;background:currentColor;left:5px;top:25px;border-radius:2px}
.macmini-icon{width:27px;height:24px;border:2px solid currentColor;border-radius:6px}
.macmini-icon:before{content:"";position:absolute;width:3px;height:3px;background:currentColor;border-radius:50%;right:3px;bottom:3px}
.service-card.dark .device-icon{color:#236f62}
@media(max-width:980px){.cards .service-card:last-child{grid-column:auto}}
