.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  padding-bottom: 1rem;
  border-radius: 10px;
  border: 1px solid #0082ca;
}
.white-popup h4 {
  color: #821930;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px!important;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.mfp-footer {
  overflow: auto;
  margin-top: 2rem;
}
