h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    /*color: #3c8cba !important;*/
    /* margin: 0.2rem 0 0 0 ; */
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.1rem;
}

p {
    margin: 0.2rem 0 0 0;
    text-align: justify;
}