@media screen and (max-width: 575px){
  #edit-processed-text-03 img{
    width: 100%;
  }
  .js-form-type-textfield, .js-form-type-textfield input, .js-form-type-webform-time, .js-form-type-webform-time input, .js-form-type-date, .js-form-type-textarea, .js-form-type-textarea textarea{
    width: 100%!important;
  }
}