.hero {
    color: white;
    padding: 6rem 0;
    margin: 0;
    text-align: center;
    background: #001001;
}
.hero img {
    max-width: 100rem;
    width: 100%;
}
.hero h1 {
    font-family: "Zen Dots", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.hero h1 {
    color: white;
    font-size: 64px;
    max-width: 90rem;
    margin: 2rem auto 0;
}
.hero h2 {
    color: white;
    max-width: 103rem;
    margin: 2rem auto;
    line-height: normal;
    font-size: 36px;
}
.hero p {
    color: white;
    font-size: 30px;
}
.hero .btn {
    background: #05bd02;
    font-size: 30px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 0 18px #4bf34b;
    border: 1px solid #33f630;
    margin: 2rem 0 0;
}
.hero .btn:hover,
.hero .btn:active,
.hero .btn:focus {
    background: #049b02;
}
.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;
}
.f3-logos-wrapper {
    margin: 1rem 0 3rem;
}
.f3-logo-panel {
    background: white;
    border-radius: 14px;
    border: 1px solid #17f013;
    box-shadow: 0 0 18px #4bf34b;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
}
.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;
}
@media(max-width: 767px) {
    .hero h1 {
        font-size: 44px;
    }
    .hero h2 {
        font-size: 28px;
    }
    .hero p {
        font-size: 22px;
    }
    .hero .btn {
        margin: 3rem 0 0;
    }
    .f3-logos-wrapper {
        margin: 0;
    }
    .f3-logos-wrapper .row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .f3-logo-panel {
        max-width: 36rem;
        margin: auto;
    }
    .testimonial--heading {
        font-size: 24px;
    }
}