.block-tabs-row-cards img {
  max-height: 550px;
}
.block-tabs-row-cards [data-tab-button].is-active {
  opacity: 1;
  color: var(--color-main);
  border-color: var(--color-main);
}
.block-tabs-row-cards .tab-header-image {
  position: relative;
  overflow: hidden;
}
.block-tabs-row-cards .img-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-tabs-row-cards .tab-header-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 2;
  padding: 2rem;
}
.block-tabs-row-cards .tab-header-overlay h2,
.block-tabs-row-cards .tab-header-overlay span {
  color: white;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6), 0 8px 25px rgba(0, 0, 0, 0.5);
}
.block-tabs-row-cards .tab-header-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}