#popup-closure .modal-body {
  margin: 3rem 5rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  /* font-weight: 700; */
}

#popup-closure .text-primary {
  color: #CCAD6A;
}

#popup-closure .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CCAD6A;
  font-size: 3rem;
  font-weight: 100;
}

#popup-closure a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #popup-closure .modal-body {
    margin: 2rem 0.75rem 1rem 0.75rem;
    line-height: 1.2;
  }
  #popup-closure .close {
    top: 5px;
  }
}