@media screen and (max-width: 640px) {
  .dto-form-section {
    padding-bottom: 0px !important;
  }
  .work_img {
    max-width: 75% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dto-form-section-wrap > .dto-form-section:first-of-type {
    padding-top: 0px !important;
  }
}

