@media only screen and (min-width: 440px){
  .modal__callouts .button {
    width: 48%;
    display: inline-block;
  }
}
@media only screen and (min-width: 440px){
  .modal__callouts .button:first-child {
    margin-right: 2%;
    width: 48%;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .modal__callouts .button {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.modal__callouts .button {

  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .modal .modal-element {
    max-width: 960px;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal__body {
    font-size: 16px;

  }
}
.modal__callouts {
  padding: 0;
  border: 0;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 1077px;
    max-width: 75rem;
  }
}
.modal__header{
  position: relative;
  padding-bottom: 20px;
}
.modal__header h4{
  color: #4c5c65;
  line-height: 1.1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal__header h4 {
    font-size: 28px;
    padding-top: 0;
  }
}
.modal__footer{
  text-align: center;
}
