h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.p {
    margin: 0;
}

.h1.hero {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .h1.hero {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .h1.hero {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    }
}

.p.hero {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;

    margin-top: 6px;

    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p.hero {
        font-size: 24px;
        line-height: 1.125;

        max-width: 256px;
    }
}

.h2.hero {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .h2.hero {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .h2.hero {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    }
}

.callout.text {
    font-size: 14px;
    text-align: center;
}

.callout.response {
    font-size: 12px;
    
    color: var(--footer-text);
}
