.modal {
  /*display: block; */
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
 
.modal-content {
  background-color: #fefefe;
  margin: 25% auto;
  padding: 30px 30px;
  border: 1px solid #888;
  max-width: 400px;
  border-radius: 32px;
  position: relative;
  /* border: 1px red solid; */
  /* height: 300px; */
}
.modal-content p {font-size: 20px;line-height: 28px;/* max-width: 243px; */}
 
.close {
  color: #aaa;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 23px;
  top: 14px;
}
 
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .button {text-align:center;margin: 26px 0 10px;}

.modal .button a {
    border-radius: 32px;
    font-size: 16px;
    line-height: 55px;
    font-weight: 900;
    display: inline-block;
    padding: 0 21px;
    text-decoration: none;
}

.modal .button a.orange-b {
    color: #fff;
    background: radial-gradient(195.18% 115.66% at -1.63% -21.01%, #FF8F0D 0%, #FF840B 23%, #FF6506 63%, #FF4400 100%), #FFFFFF;
}

.modal .button a.orange-b:hover {
    background: radial-gradient(107.31% 269.64% at 41.1% 100%, #FF8F0D 0%, #FF840B 29.23%, #FF6506 47.81%, #FF4400 86.13%), #FFFFFF;
}