.c-quick-links {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .c-quick-links {
    margin-bottom: 0px;
    margin-bottom: 0;
    margin-right: 72px;
    margin-right: 4.5rem;
  }
}
.c-quick-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width: 992px) {
  .c-quick-links ul {
    flex-direction: column;
  }
}
.c-quick-links li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.c-quick-links li:not(:last-child):after {
  content: "|";
  margin: 0px 4.8px;
  margin: 0 0.3rem;
}
@media (min-width: 992px) {
  .c-quick-links li:not(:last-child):after {
    display: none;
  }
}
.c-quick-links h2 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #1A1A1A;
}
.c-quick-links a {
  color: #1A1A1A;
  text-decoration: none;
}
.c-quick-links a:hover {
  color: #324DC4;
}
