.indigo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}
.indigo-cta__text {
  text-decoration: none;
}
.indigo-cta:hover .indigo-cta__text {
  text-decoration: underline;
}
.indigo-cta__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid currentColor;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}
.indigo-cta__icon svg {
  width: 16px;
  height: 16px;
}
.indigo-cta__icon{
  display: flex;
}
