/* ==== GLOBAL PAGE ==== */

/* Reset Divi styles that override mobile page styles */

/* Responsive Tweaks for Mobile */
@media only screen and (max-width: 768px) {
  .et_pb_text p,
  .et_pb_text h2,
  .et_pb_text small,
  .et_pb_module p,
  .et_pb_module h2 {
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
  }

  .et_pb_module {
    min-height: unset !important;
  }

  .et_pb_code_inner {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* NOTE THAT THIS IS WIP */