.kitchens-landing-page .image-banner .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
}
.kitchens-landing-page .image-banner .text-content {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    padding-inline: 1em;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}
.kitchens-landing-page .image-banner {
    position: relative;
    height: 625px;
    overflow: hidden;
    align-items: center;
}
.kitchens-landing-page .image-banner .text-content a {
    text-decoration: none;
    color: #fff;
}