.cms-page-view .page-title-wrapper {
  margin-top: 60px;
}
.cms-page-view h1 {
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 32px;
  line-height: 1.25;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  text-transform: inherit;
}
.cms-page-view h1,
.cms-page-view h1.page-title {
  font-family: 'Bebas Neue Regular';
}
@media only screen and (max-width: 767px) {
  .cms-page-view h1 {
    font-size: 36px;
    margin: 0 0 16px;
  }
  .cms-page-view .page-main-full-width {
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.back-to-top a:hover {
  transform: scale(1.1);
}
