/*
---------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------
*/
.page-title {
  position: relative;
  margin: 120px 0 60px;
  text-align: center; }
  @media (min-width: 1024px) {
    .page-title {
      margin: 180px 0 100px; } }
  .page-title h1 {
    font-family: "Dela Gothic One", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14.0vw;
    line-height: 1.1em;
    color: #fff; }
    @media (min-width: 768px) {
      .page-title h1 {
        font-size: 6.0em; } }
  .page-title h2 {
    font-size: 1.125em; }
    @media (min-width: 1024px) {
      .page-title h2 {
        font-size: 1.25em; } }
