.serviceArea{display:grid;min-height:100vh;grid-template-columns:1fr;grid-auto-rows:repeat(auto-fill,minmax(90vh,1fr));gap:.8rem}.highlightService{background-color:black;transition:background-color 2s ease-out .1s}.highlightService:hover{background-color:rgb(14 165 233/.6)}@media (min-width:1280px){.xl\:serviceAreaDesktop{display:grid;min-height:100vh;grid-template-columns:1fr 1fr;grid-auto-rows:90vh;gap:.6rem}}