p, li {
  text-align: justify;
}

.breadcrumb {
  --bs-breadcrumb-divider: '>';
}
.breadcrumb-item {
  text-transform: uppercase;
}

.container {
  max-width: 960px;
}

.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-subtitle {
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}
.main-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #212529;
  margin-top: 0;
  margin-bottom: 15px;
}

.source-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.source-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.source-image {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.source-item h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: inherit;
}

.resource-link {
  text-decoration: underline;
  color: #0d6efd;
  font-weight: normal;
  margin-right: 15px;
}
.resource-link:hover {
  color: #0a58ca;
}