a {
  color: #060690;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #aa1916;
}


@media (max-width: 761px) {
  .pdf {
    width: 100%;
  }
}


.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
  margin: 2rem 0;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
  margin-right: 0.75em;
}

.separator:not(:empty)::after {
  margin-left: 0.75em;
}


.double {
    color: #aa1916;
}

.accordion-button {
  font-size: 1.5rem;
}