.image-with-text {
  .btn.btn-link {
    --bs-link-color: white;
  }

}

.image-with-text__overlay {
  background: linear-gradient(90deg,
      rgba(96, 108, 115, 0.65) 0%,
      rgba(115, 115, 115, 0) 100%);
  width: calc(100% - 165px);
}
