.introduction-title {
  font-size: 24px;
  font-weight: bold;
  margin: 6px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid lightgrey; }

.introduction-title .info {
  font-size: 14px;
  font-weight: normal; }
