.container-section:not(:last-of-type) {
      margin-bottom: 40px;
    }
    .def-lst-dt,
    .def-lst-dd {
      padding: 18px 24px;
    }
    .def-lst-dt {
      float: left;
      clear: left;
    }
    .def-lst-dd {
      padding-left: 290px;
      border-bottom: 1px solid #ded1a8;
    }
    @media screen and (max-width: 767px) {
      .def-lst-dt {
        float: none;
        padding-bottom: 0;
      }
      .def-lst-dd {
        padding-top: 6px;
        padding-left: 24px;
      }
    }