.hero {
    padding: 8.6rem 0 0;
    margin: 0 0 3rem;
    text-align: center;
}
.hero h1 {
    color: var(--black);
    font-size: clamp(4rem, 20vw, 22rem);
    margin: clamp(1rem, 3vw, 2rem) auto 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: clamp(-2px, -1vw, -10px);
    line-height: 0.85;
}
.hero h2 {
    color: var(--black);
    margin: clamp(1rem, 3vw, 2rem) auto 1rem;
    font-size: clamp(1.8rem, 9vw, 7rem);
    text-transform: uppercase;
    letter-spacing: clamp(-0.5px, -0.3vw, -1px);
    font-weight: 700;
}
.hero p {
    color: var(--black);
    font-size: clamp(1rem, 5.2vw, 2.8rem);
    margin: clamp(1rem, 3vw, 24px) 0 0;
}
.hero .btn {
    font-size: 30px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    margin: 36px 0 0;
}
.testimonial {
    background: var(--grey-light);
    padding: 54px 16px;
    position: relative;
    text-align: center;
    margin: 48px 0 0;
    border-radius: 8px;
}
.testimonial--rating img {
    width: 50px;
}
.testimonial--heading {
    font-size: 36px;
    line-height: 1.3em;
}
.testimonial--subheading {
    font-size: 22px;
    margin: 20px 0 0;
}
.testimonial--link {
    margin: 24px 0 0;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
}
.outro-wrapper {
  margin: 90px 0 68px;
  text-align: center;
}
.outro-wrapper--heading {
  font-size: 42px;
  margin: 0;
}
.outro-wrapper .btn {
  margin: 40px 0 0;
  font-size: 26px;
  padding: 16px 28px;
  border-radius: 8px;
  font-weight: 600;
}
a.btn .btn-arrow {
    width: 32px;
}
@media(max-width: 767px) {
    .hero .btn {
        margin: 3rem 0 0;
    }
}