body#profile .section .org {
  text-align: center;
}
body#profile .section .activity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
body#profile .section .activity dl {
  flex-basis: 48%;
}
body#profile .section .activity dl dt {
  margin-bottom: 1.25em;
}
body#profile .section .activity dl dd {
  font-size: 87.5%;
  line-height: 1.875;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#profile .section .activity {
    display: block;
    margin-bottom: 1.25em;
  }
  body#profile .section .activity dl + dl {
    margin-top: 1.25em;
  }
  body#profile .section .activity dl dt {
    margin-bottom: 0.625em;
  }
  body#profile .section .activity dl dd {
    font-size: 75%;
  }
}
