.navbar-brand {
  font-weight: 600;
}

.about-hero {
  align-items: center;
  margin-bottom: 2.5rem;
}

.profile-photo {
  display: block;
  width: min(100%, 230px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin: 1rem auto;
}

.profile-links a {
  margin-right: 1rem;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.exhibition-highlight {
  border: 1px solid #6c8fa3;
  border-left: 5px solid #2c617c;
  border-radius: 0.35rem;
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  background: #f2f7f9;
}

.exhibition-highlight > p:first-child {
  color: #204c63;
  font-size: 1.1rem;
  font-weight: 700;
}

.exhibition-highlight > p:last-child {
  margin-bottom: 0;
}

.danger-sign {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 0.35rem;
  vertical-align: -0.2rem;
}

.section-heading-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin: 1.5rem 0 0.75rem;
}

.section-heading-title {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}

.section-heading-title h2 {
  margin: 0;
}

.section-heading-logo {
  align-items: center;
  display: flex;
  flex: 0 0 100px;
  justify-content: flex-end;
}

.section-heading-logo p {
  margin: 0;
  text-align: right;
}

.section-heading-logo img {
  display: block;
  height: 100px;
  margin-left: auto;
  object-fit: contain;
  width: 100px;
}

@media (max-width: 575.98px) {
  .section-heading-logo {
    flex-basis: 76px;
  }

  .section-heading-logo img {
    height: 76px;
    width: 76px;
  }
}

.research-figures figure {
  margin-bottom: 0.5rem;
}

.research-figures img {
  width: 100%;
  height: 15rem;
  object-fit: contain;
}
