* {
  font-family: "canada-type-gibson", arial, sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    text-align: center;
}

h2 {
  color: black;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: black;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  color: black;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: #788d8f;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #788d8f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: #597072;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

li,
blockquote {
  color: #597072;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  font-size: 18px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media (max-width: 768px) {
    h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  p {
    font-size: 16px;
  }
  li,
  blockquote {
    font-size: 16px;
  }
  a {
    font-size: inherit;
  }
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .green-button {
    padding: 6px 20px;
    font-size: 16px;
  }
}
