.section-image-cta {
  padding: 0;
}

.image-cta__image {
  position: relative;
}

.image-cta__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-cta__content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--secondary-background);
}

.image-cta__content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: var(--gradient);
}

.image-cta__cards {
  height: 100%;
}

.section-image-cta.secondary-color-scheme__black .image-cta__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: var(--gradient);
}
