.tcl-common-cards-grid__wrapper {
  position: relative;
  padding-top: 40px;
}
.tcl-common-cards-grid .row {
  gap: 24px 0;
}
.tcl-common-cards-grid__heading {
  text-align: center;
  margin-bottom: 40px;
}
.tcl-common-cards-grid__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 330px;
  background-color: #f7f5f3;
}
.tcl-common-cards-grid__content {
  position: relative;
  z-index: 1;
}
.tcl-common-cards-grid .col-xl-4 > * {
  height: 100%;
}