.image__wrapper {
  position: relative;
  padding: 4.5rem 0;
}
.image__wrapper img {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}
.image__wrapper .text__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --tw-gradient-from: #0000004d 0%;
  --tw-gradient-to: #0000 72%;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(90deg, var(--tw-gradient-stops));
  z-index: 5;
}

.image__wrapper .container {
  position: relative;
  z-index: 10;
}

.image__wrapper .text__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--container-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 20;
}

.image__wrapper .text {
  max-width: 600px;
}
