body{
    background-color:var(--white);
    font-family:"Montserrat", "san-serif";
}
#white-pages-header{
    color: var(--lightnavy1000);
    font-family: "Barlow", "san-serif";
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    margin: 50px auto;
    max-width: 165px;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}
#white-pages-subtitle{
    color: var(--darkpurple);
    font-family: "Montserrat", "san-serif";
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: center;      
    margin: 0 auto 50px auto;
    max-width: 249px;
}
.whitePaperContainer.container-fluid{
    max-width: 292px;
}
.white-paper{
    margin-bottom: 50px;
}
.white-paper-image{
    max-width: 268px;
}
.white-paper-label{
    color: var(--darkpurple);
    font-family: "Montserrat", "san-serif";
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    margin-top: 10px;
}
.white-paper-title{
    color: var(--lightnavy800);
    font-family: "Montserrat", "san-serif";
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    text-decoration: none;
    /* margin-bottom: 1rem; */
}
.white-paper-description{
    color: var(--darkpurple);
    font-family: "Montserrat", "san-serif";
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    margin-top: 1.5rem;
}
.authors{
    color: var(--lightnavy800);
    font-family: "Montserrat", "san-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    margin-bottom: 15px;
}
.author-names{
    list-style-type: none;
    padding: 0;
}
.author-name{
    color:var(--darkpurple);
    font-family: "Montserrat", "san-serif";
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: left;
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px){ 
    #white-pages-header{
        max-width: 213px;
    }
}

@media only screen and (min-width: 768px){ 
    .whitePaperContainer.container-fluid{
        max-width: 614px;
    }
    #white-pages-header{
        font-size: 42px;
        line-height: 50.4px;
        max-width: 248px;
    }
    #white-pages-subtitle{
        font-size: 14px;
        line-height: 17.07px;
        max-width: 300px;
    }
}


@media only screen and (min-width: 1200px){ 
    #white-pages-header{
        font-size: 48px;
        line-height: 57.6px;
        max-width: 284px;
    }
    #white-pages-subtitle{
        font-size: 16px;
        line-height: 19.5px;
        max-width: 335px;
    }
    .white-paper-image{
        max-width: 586px;
    }
}
@media only screen and (min-width: 1400px){
    .whitePaperContainer.container-fluid{
        max-width: 1236px;
    }
    #white-pages-header{
        font-size: 60px;
        line-height: 72px;
        max-width: 355px;
    }
    #white-pages-subtitle{
        font-size: 20px;
        line-height: 24.38px;
        max-width: 414px;
    }
    .white-paper-description{
        font-size: 16px;
        line-height: 19.5px;
    }
    .whitePaperContainer.container-fluid{
        max-width: 1236;
    }
}