.mod-title__style01 {
  margin-top: 50px !important;
  font-size: 3rem !important;
}

.def_lst {
  margin-top: 80px;
}
.def_lst dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
.def_lst dd {
  
}
@media only screen and (max-width: 767px) {
  .mod-title__style01 {
    margin-top: 20px !important;
    font-size: 2.2rem !important;
  }
  .def_lst {
    margin-top: 30px;
  }
  .def_lst dt {
    font-size: 1.5rem;
    margin-top: 15px;
    
  }
  .def_lst dd {
    
  }
}