/* Replace matchHeight JS dependency with CSS flexbox */
.row.justify-content-center {
  align-items: stretch;
}

.service-box.coleql_height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-box.coleql_height p {
  flex: 1;
}

.service-box.coleql_height h3 {
  margin-top: 12px;
}
.service-box.coleql_height {
  height: auto !important;
  min-height: unset !important;
  display: flex !important;
  flex-direction: column !important;
}

.service-box.coleql_height p {
  flex: 1;
}

.row.justify-content-center:has(.coleql_height) {
  align-items: stretch;
}