* {
    box-sizing: border-box;
}

h1 {
    font-size: 2.25rem;
    /* margin: 0 0 2.5rem 0; */
    margin:0 0 1.5rem 0;
    line-height: 1;
    font-weight: 800;
}

h2 {
    font-size: 2.25rem;
    margin: 0 0 2rem 0;
    line-height: 1;
    font-weight: 800;
}

h3 {
    font-size: 1.75rem;
    margin: 0 0 12px 0;
    line-height: 1;
    margin-bottom: 1.5rem;
}

h3 span {
    margin-bottom: 0;
}

h4 {
    margin: 0;
}

h5 {
    font-size: 1.3rem;
    margin: 0 0 12px 0;
    line-height: 1;
    margin-bottom: 1rem;
}

p {
    font-size: 18px;
    margin: 0 0 2rem 0;
    line-height: 1.4;
}

h1.centered {
    margin: 0 0 2.5rem 0;
}

.centered {
    text-align: center; 
}

p.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

h1.no_margin,
h2.no_margin {
    margin-bottom: 1rem;
}

.bold {
    font-weight: bold;
}

div[role="alert"]{
    margin-bottom: 15px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 1.75rem;
        text-align: left;
    }

    h2 {
        font-size: 1.75rem;
        margin: 0 0 1.25rem 0;
    }

    p {
        font-size: 1rem;
        margin: 0 0 2rem 0;
    }
}