.service-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.service-cards-cell{position:relative;height:100%}.service-cards-cell:not(:nth-child(3n)):before{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:#1a2336;z-index:1}.service-cards-cell:not(:nth-last-child(-n+3)):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#1a2336;z-index:1}.service-cards-card{position:relative;z-index:0;display:flex;flex-direction:column;height:100%;min-height:212px;padding:28px;text-decoration:none;transition:background-color .2s ease}@media (hover:hover){.service-cards-card:hover{background:#0a1424}}@media (max-width:1279px) and (min-width:768px){.service-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-cards-cell:not(:nth-child(3n)):before,.service-cards-cell:not(:nth-last-child(-n+3)):after{display:none}.service-cards-cell:not(:nth-child(2n)):before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:1px;background:#1a2336;z-index:1}.service-cards-cell:not(:nth-last-child(-n+2)):after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:#1a2336;z-index:1}}@media (max-width:767px){.service-cards-grid{grid-template-columns:1fr}.service-cards-cell:not(:nth-child(3n)):before,.service-cards-cell:not(:nth-last-child(-n+3)):after{display:none}.service-cards-cell:not(:last-child):after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:#1a2336;z-index:1}.service-cards-card{padding:28px 0}}