.team-up-card {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.team-up-card:hover {
  background: none;
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
  transform: none;
}

.team-up-card:hover img {
  transform: none;
  transition: none;
}

.green-link {
  --tw-text-opacity: 1;
  color: rgb(0 137 54 / var(--tw-text-opacity, 1));
  padding-right: 1.25rem;
  display: inline-block;
  font-size: .875rem; /* text-sm */
  font-weight: 700; /* font-semibold */
  height: fit-content;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  vertical-align: top;
  width: fit-content;
  text-decoration: none;

}

.cardInnerCta.green-link::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
