.office-flex[data-v-068be66a] {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.office-flex > dl[data-v-068be66a] {
    flex: 0 calc(100% / 2.2);
}
.office-flex > dl > dt > img[data-v-068be66a] {
      border-radius: 0 10px 0 10px;
}
.office-flex > dl > h4[data-v-068be66a] {
      padding: 20px 0;
      text-align: center;
      font-weight: 500;
      font-size: 16px;
      color: #000;
      border-bottom: 1px solid #eee;
}
.office-flex > dl > dd[data-v-068be66a] {
      color: #888888;
      font-size: 12px;
      font-weight: 400;
      line-height: 13px;
      overflow: hidden;
      margin-top: 20px;
}
.office-flex > dl > dd > span[data-v-068be66a] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
}
.office-flex > dl > dd > span[data-v-068be66a]:nth-child(odd) {
        float: left;
        clear: both;
}
.office-flex > dl > dd > span[data-v-068be66a]:nth-child(even) {
        float: right;
}
@media (max-width: 750px) {
.office-flex > dl[data-v-068be66a] {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    flex: 0 100%;
}
.office-flex > dl[data-v-068be66a]:nth-of-type(2) {
      margin-left: 0;
      margin-top: 20px;
}
.office-flex > dl > dd[data-v-068be66a] {
      overflow: hidden;
}
.office-flex > dl > h4[data-v-068be66a] {
      border: none;
      text-align: left;
}
.office-flex > dl[data-v-068be66a]:nth-of-type(1) {
      margin-bottom: 20px;
}
}

