.profile-image:hover,
.avatar-wrapper:hover {
  cursor: pointer;
}

.form-label-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-label-wrapper em {
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}

.btn-go-back:hover {
  cursor: pointer;
}

.sub-text {
  line-height: 1.4em;
}

.project-title .title {
  line-height: 1.25em;
}

.project-title .title:not(:last-child) {
  margin-bottom: 0.325em;
}