.row .content > div{
  padding-top: 60px;
}
.row .content > div:nth-of-type(1){
  padding-top: 20px;
}
.content-inner dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-inner dt{
  width: 25%;
  margin-bottom: 5px;
  line-height: 1.7;
}
.content-inner dd{
  width: 70%;
  margin: 0 0 30px 0;
  line-height: 1.7;
}

@media only screen and (max-width:767px){
  .content-inner dt{
    width: 100%;
  }
  .content-inner dd{
    width: 100%;
  }
}