.two-span-card{
  grid-column: span 2 !important;
}


@media (max-width: 768px) {
  .two-span-card{
    grid-column: span 1 !important;
  }
}

.col-lidelse,.two-span-card {
  justify-content: space-between;
}

