h1 {
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

h6 {
    font-weight: 500;
}


@media screen and (max-width: 1199px) {
    h1 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }

    h3 {
        font-size: 1.35rem;
        line-height: 2.5rem;
        margin-bottom: 1.25rem;
    }

    h4 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
        line-height: 1.875rem;
    }

    h6 {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }

    p, address {
        font-size: .875rem;
        line-height: 1.57rem;
        margin-bottom: 1rem;
    }

    a {
        font-size: .9rem;
    }

    button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 990px) {
    h1 {
        font-size: 1.45rem;
        line-height: 2rem;
        margin-bottom: 1.25rem;
    }

    button {
        font-size: .875rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.25rem;
        margin-bottom: 1.15rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.04688rem;
        line-height: 1.8125rem;
        margin-bottom: .75rem;
    }

    h3 {
        font-size: .9125rem;
        line-height: 1.5rem;
    }

    h4 {
        font-size: .875rem;
        margin-bottom: .25rem;
    }

    p, address {
        font-size: .75rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 420px) {
    h4 {
        font-size: .725rem;
        line-height: normal;
    }

    p, address {
        font-size: .725rem;
        line-height: 1.25rem;
    }

    .p-sm {
        font-size: 0.8rem;
        line-height: 1.2rem;
        margin-bottom: .25rem;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 2rem;
        line-height: 2.75rem;
        margin-bottom: 1.75rem;
    }

    h3 {
        font-size: 1.57rem;
        line-height: 2.75rem;
        margin-bottom: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        line-height: 2rem;
    }

    h6 {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }

    p, address {
        font-size: .875rem;
        line-height: 1.57rem;
        margin-bottom: 1rem;
    }

    a {
        font-size: .9rem;
    }

    button {
        font-size: 1rem;
    }
}
