.sold-out {
  text-align: center;
  margin-bottom: 4em;
}
.sold-out h2 {
  font-size: 100px;
  line-height: 95px;
  font-weight: 600;
  color: #760000;
  margin-bottom: 20px;
  padding: 0 15px;
}
.sold-out h3 {
  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
  color: #627061;
  margin-top: 42px;
  margin-bottom: 7px;
  padding: 0 15px;
}
.sold-out p {
  max-width: 510px;
  padding: 0 15px;
  margin: auto;
  font-size: 18px;
  line-height: 24px;
}
.sold-out p.wide {
  font-weight: 300;
  max-width: 515px;
  padding: 0;
  font-size: 18px;
}

.sold-out .btn {
  margin-top: 32px;
  font-size: 24px;
  line-height: 24px;
  padding: 27px 52px
}
