.action-call {
  padding: 1rem 0;
  color: var(--text-color);
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.action-call h2 {
  margin: 0;
  margin-bottom: 0.5rem;
}

.action-call a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: auto !important;
}

.action-call a .link-text {
  font-weight: 900;
  color: #216d7f;
  text-transform: uppercase;
}