.service-grid .wp-block-group {
  background: var(--wp--preset--color--secondary) !important;
}

.service-grid .wp-block-group {
  background: var(--wp--preset--color--secondary) !important;
}

.service-grid .wp-block-group {
  transition: all 0.3s ease-in-out;
}

.service-grid .wp-block-heading {
  transition: all 0.3s ease-in-out;
}

.service-grid .wp-block-group:hover {
  background: var(--wp--preset--color--contrast) !important;
  color: #fff !important;
}

.service-grid .wp-block-group:hover .wp-block-heading {
  color: #fff !important;
}

.service-grid .wp-block-group {
  min-height: 325px !important;
  align-items: center;
}

.service-grid .wp-block-group a {
  box-shadow: none !important;
}

/* Nye ikoner */
.service-grid .icon-container svg path {
  fill: var(--wp--preset--color--contrast) !important;
  transition: all 0.3s ease 0s;
}

.service-grid .wp-block-group:hover .icon-container svg path {
  fill: #fff !important;
}