.content-page-break {
    padding: 160px 0;
    text-align: center;
}

.content-page-break-title {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--white);
  max-width: 70%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.content-page-break-title p{
  margin: 0;
}
.content-page-break-label{
  color: white;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 24px;
}
.content-page-break-button a {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
  padding: 12px 24px;
  margin: 0;
  text-decoration: none;
  border: 2px solid var(--white);
  border-radius: 24px;
  transition: all .3s ease-in-out;
}

.content-page-break-button a:hover {
    background: var(--white);
    color: var(--primary);
}
@media screen and (max-width: 1279px){
  .content-page-break{
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-page-break-title {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 32px 0;
    max-width: 100%;
  }
  .content-page-break{
    padding: 96px 0;
  }
}