@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.knowledge-base-article {
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .knowledge-base-article {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .knowledge-base-article {
    margin-bottom: 7rem;
  }
}
.knowledge-base-article .date {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.knowledge-base-article label {
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 300;
}
.knowledge-base-article .item {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .knowledge-base-article .item {
    margin-bottom: 2rem;
  }
}
.knowledge-base-article .cta {
  padding-top: 2rem;
}
/*# sourceMappingURL=field--knowledge-base-articles.css.map */
