.contact {
  padding: 3rem;
  border: 2px solid #000;
}
.contact .h1 {
  margin-bottom: 1.5rem;
}

.about-top {
  padding: 5rem 2.5rem;
}

.about-services {
  padding: 1.5rem;
}

.about-top h1 {
  margin-left: 0;
}

.about-top h2 {
  display: block;
  margin: 3rem auto;
  max-width: 50%;
  font-family: 'NT Bau Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 3rem;
  letter-spacing: -.1rem;
  line-height: .95;
}

.about-top h3 {
  font-size: var(--paragraph);
  max-width: 50%;
  margin-left: 50%;
}

.about-services {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-services .label,
.our-story .label {
  width: 100%;
  padding-left: 1rem;
}

.service {
  width: 33.33%;
  padding: 0 1rem 2.5rem 1rem;
}

.service h1 {
  font-family: 'NT Bau Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 5rem;
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -0.15rem;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  margin: 2rem 0;
}

.about-testimonials {
  padding: 3.75rem 0;
}

.slick-initialized .slick-slide {
  display: block;
  padding: 0 20vw;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.5rem;
  height: auto !important;
}

blockquote footer {
  font-family: 'NT Bau Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 1rem
}

.label-divider {
  padding: 1.5rem 2.5rem;
  border-bottom: solid 1px #D9D9D9;
}

.slick-dots {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.slick-dots li {
  margin: 0 .5rem;
  color: var( --color-grey);
}

.slick-dots li.slick-active {
   color: var(--color-black);
}

.our-story {
  /* height: 100vh; */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  padding: 40vh 10rem;
  font-size: 1.75rem;
}

.our-story .story-column {
  width: 50%;
  padding: 0 2.5rem;
}

.our-story .label {
  padding: 1rem 2.5rem;
}

.about-email {
  padding: 5rem 2.5rem;
}

.about-email a, .about-email h2 {
  font-size: 6.25rem;
  font-family: 'NT Bau Bold', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  line-height: .9;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.about-email a {
  color: var(--color-grey);
}

.about-email a:hover {
  text-decoration: none;
  color: var(--color-black);
}

@media screen and (max-width: 1540px) {
  .about-top h1 {
    max-width: 80%;
  }

  .about-top h2 {
    max-width: 65%;
  }

  .service h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1280px) {
  .service h1 {
    font-size: 3rem;
  }
  .our-story {
    padding: 40vh 2rem;
  }
}

@media screen and (max-width: 850px) {
  .about-top {
    padding: 2.5rem 1.5rem;
  }

  .about-top h2 {
    margin: 1.5rem auto;
  }

  .about-email a, .about-email h2 {
    font-size: 2rem;
    letter-spacing: -.07rem;
}

  .service {
    width: 100%;
    padding: 1.5rem 0;
  }

  .service h1, .about-top h1 {
    font-size: 3rem;
    max-width: 100%;
    letter-spacing: -.125rem;
  }

  .slick-initialized .slick-slide {
    padding: 0 2.5rem;
    font-size: 1.25rem;
  }

  .about-top h2 {
    max-width: 100%;
    font-size: 1.5rem;
    letter-spacing: -.05rem;
  }

  .about-top h3 {
    font-size: var(--paragraph);
    max-width: 100%;
    margin-left: 0;
  }

  .our-story {
    flex-direction: column;
    padding: 6.25rem 1.5rem;
    font-size: 1.25rem;
  }

  .our-story .label {
    padding: 1rem 0;
  }

  .our-story .story-column {
    width: 100%;
    padding: 0 0 2rem 0;
  }

  .label-divider {
    padding: 0.5rem;
  }

  .about-email {
    padding: 2.5rem 1.5rem;
  }
}