#results_section {
    text-align: center;
    margin: 0 auto;
}

#results_section h1 {
    /* color: #2f2f2f; */
    /* font-family: Gelasio,Georgia,serif; */
    /* font-size: 2vw; */
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 500;
}



#results_section > figure > img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

.results-caption {
    width: 45%;
    text-align: justify;
    font-size: 1vw;
    margin-top: 10px;
    padding-left: 0%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

} 