#research h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
}


#research article h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


#research article p {
    font-size: normal;
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.6;
}

section {
    margin: 60px 20px 0px 10px;
    
    padding: 20px;
    
    background-color: transparent;
    
    border-radius: 0;
    
    box-shadow: none;
    
}