/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/

@media (max-width: 470px) {

  .modal-header {
    padding: 20px 25px 10px !important;
  }

  .modal-header h4 {
    font-size: 18px;
    font-weight: normal;
  }

  .modal-body {
    padding: 0px 25px 10px !important;
  }

  .modal-body h5 {
    font-size: 14px;
  }
  .modal-body p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .modal-footer {
    margin-top: 0;
    padding: 0 20px 20px !important;
  }
}
