dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

dt {
  height:100px;
  border-radius: 35px;
}

dd {
  width: 400px;
  border-bottom: 1px solid #6f6f6f;
}
img {
  border-radius:10%;
}
