.is-service-group h2 {
  margin-block-end: 2rem;
}
.is-service-group .first,
.is-service-group .second {
  --rh--size--column-gap: 0;
  margin-block-end: 0;
  --rh--size--general--margin--bottom: 0;
}
.is-service-group .first .wp-block-cover,
.is-service-group .second .wp-block-cover {
  margin-inline: 0;
  min-height: 200px !important;
}
@media (min-width: 700px) {
  .is-service-group .first .wp-block-cover,
  .is-service-group .second .wp-block-cover {
    min-height: 100% !important;
  }
}
.is-service-group .first .wp-block-column,
.is-service-group .second .wp-block-column {
  flex-shrink: 1;
  padding: 2rem;
  flex-basis: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 700px) {
  .is-service-group .first .wp-block-column,
  .is-service-group .second .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media (min-width: 1200px) {
  .is-service-group .first .wp-block-column,
  .is-service-group .second .wp-block-column {
    flex-basis: 25% !important;
  }
}
.is-service-group .first .wp-block-column:first-child {
  padding: 0;
}
.is-service-group .first .wp-block-column:nth-child(2) {
  background: var(--rh--color--footer);
  color: var(--rh--color--footer--text);
}
.is-service-group .first .wp-block-column:nth-child(2) * {
  color: var(--rh--color--footer--text);
}
.is-service-group .first .wp-block-column:nth-child(3) {
  padding: 0;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .is-service-group .first .wp-block-column:nth-child(3) {
    order: 4;
  }
}
.is-service-group .first .wp-block-column:nth-child(4) {
  background: var(--rh--color--ci--secondary);
  color: var(--rh--color--ci--secondary--contrast);
}
@media (min-width: 700px) and (max-width: 1200px) {
  .is-service-group .first .wp-block-column:nth-child(4) {
    order: 3;
  }
}
.is-service-group .first .wp-block-column:nth-child(4) * {
  color: var(--rh--color--ci--secondary--contrast);
}
.is-service-group .second .wp-block-column:first-child {
  background: var(--rh--color--ci--secondary);
  color: var(--rh--color--ci--secondary--contrast);
}
@media (max-width: 1200px) {
  .is-service-group .second .wp-block-column:first-child {
    order: 4;
  }
}
.is-service-group .second .wp-block-column:first-child * {
  color: var(--rh--color--ci--secondary--contrast);
}
.is-service-group .second .wp-block-column:nth-child(2) {
  padding: 0;
}
@media (max-width: 1200px) {
  .is-service-group .second .wp-block-column:nth-child(2) {
    order: 1;
  }
}
.is-service-group .second .wp-block-column:nth-child(3) {
  background: var(--rh--color--footer);
  color: var(--rh--color--footer--text);
  order: 1;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .is-service-group .second .wp-block-column:nth-child(3) {
    order: 3;
  }
}
.is-service-group .second .wp-block-column:nth-child(3) * {
  color: var(--rh--color--footer--text);
}
.is-service-group .second .wp-block-column:nth-child(4) {
  padding: 0;
  order: 3;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .is-service-group .second .wp-block-column:nth-child(4) {
    order: 4;
  }
}