.popupMessageDiv {
  max-width: 730px;
}

.popupColumn1 {
  width: 46%;
}

.popupColumn2 {
  margin-left: 36px;
}

.popupTitle {
  font-size: 45px;
  line-height: 48px;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: lowercase;
}

.popupSubtitle {
  font-size: 14px;
  padding-bottom: 0;
  line-height: 18px;
  margin-top: 10px;
}

.popupSubtitle span {
  font-weight: 600;
}

.emailFooterInput {
  /* font-family:"Futura"; */
  font-size: 12px;
  text-transform: lowercase;
}

.popupButton {
  /* font-family:"Futura"; */
  width: 55%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  text-transform: lowercase;
}
.popupClose {
  color: #000;
}

@media screen and (max-width: 768px) {
  .popupTitle {
    font-size: 40px;
  }

  .popupColumn1 {
    overflow: hidden;
    width: 100%;
  }
}
