.card {
  height: 100%;
}

.align-space-between {
    display: flex;
    flex-direction:column;
    justify-content: space-between
  }

.is-yellow {
  color: #01808f
}

.is-neolant-blue {
  color: #444F60
}

.video-shortcode {
  max-width: 100%;
  height: auto;
}

.shadow {
  filter: drop-shadow(0 0 0.75rem #01808f);
}
