

.h1_title {

    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 57px;
    font-weight: bold;
    font-family: Lato;

}

.h2_title {

    text-align: left;
    margin-top: 63px;
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 36.4px;
    font-weight: bold;
    font-family: Lato;
}

.article_paragraphs {

    text-align: left;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;

}

.container_list {
    margin-left: 25px;
    margin-bottom: 25px;
    font-size: 1em;
    padding: 0px;
}


.container_list li::marker {
    font-weight: bold;
}



/* LAPTOP RE-SIZING */
@media only screen and (max-width: 850px) {

    .h1_title {
        font-size: 35px;
        line-height: 38px;
    }

    .h2_title {
        font-size: 26.6px;
        line-height: 24.7px;
        margin-top: 42.7px;
        margin-bottom: 19px;
    }

    .article_paragraphs {
        margin-bottom: 23.75px;
        font-size: 19px;
        line-height: 28.5px;
    }

}

/* PHONES */
@media only screen and (max-device-width: 600px) {

    .h1_title {
        font-size: 35px;
        line-height: 38px;
    }

    .h2_title {
        font-size: 26.6px;
        line-height: 24.7px;
        margin-top: 42.7px;
        margin-bottom: 19px;
    }

    .article_paragraphs {
        margin-bottom: 23.75px;
        font-size: 19px;
        line-height: 28.5px;
    }

}