/********************************************************************/
/* Sections */
/********************************************************************/
.section-title {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--ui-text);
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: linear-gradient(to left, transparent, var(--ui-divider), transparent);
}

.section-title::before { left: 0; }
.section-title::after  { right: 0; }

/********************************************************************/
/* Profile images */
/********************************************************************/
.profile-block {
  padding: 1rem;
}

.profile-img-wrapper {
  position: relative;
  display: inline-block;
}
