.card-page__title {
  display: block;
  font-size: 40pt;
  line-height: 58pt;
  font-family: 'Domine', serif;
  font-weight: bold;
  padding: 0 20px;
  margin: 60px auto;
  max-width: 940px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .card-page__title {
    font-size: 35px;
    line-height: 46px !important;
  }
}
