.document-card-section .document-card {
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
}
.document-card-section .document-card__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 6px;
}
.document-card-section .document-card__icon-link:focus-visible,
.document-card-section .document-card__title a:focus-visible,
.document-card-section .document-card__description a:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
}
.document-card-section .document-card__icon {
  width: 54px;
  height: auto;
  display: block;
}
.document-card-section .document-card__title {
  margin: 10px 0 18px;
  line-height: 1.2;
  text-decoration: none;
}
.document-card-section .document-card__title a {
  text-decoration: none;
  color: #313c4d;
}
.document-card-section .document-card__title a:hover,
.document-card-section .document-card__title a:focus {
  text-decoration: underline;
}
.document-card-section .document-card__description {
  margin: 0 auto;
  line-height: 1.8;
}
.document-card-section .document-card__description a {
  color: #1a56db;
  text-decoration: none;
}
.document-card-section .document-card__description a:hover,
.document-card-section .document-card__description a:focus {
  color: #143fa3;
}
.document-card-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .document-card-section .document-card__title {
    font-size: 1.65rem;
  }
  .document-card-section .document-card__description {
    line-height: 1.7;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=custom.css.map */
