html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.malraux-heading {
    padding-top: 1.6em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.malraux-heading-line {
    font-size: 1.3em;
    line-height: 1.4545;
    font-weight: 300;
    letter-spacing: .016em;
    margin-bottom: 0.6rem;
    padding-left: 1rem;
}

.malraux-heading-line:first-of-type {
    margin-top: 1.5rem;
}

li {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .016em;
}

.title{
    padding-top: 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.title-sub-line {
    font-size: 1.3em;
    line-height: 1.4545;
    font-weight: 300;
    letter-spacing: .016em;
    margin-bottom: 0.6rem;
}

.review-text{
    font-size: 1.2em;
    line-height: 1.4545;
    font-weight: 300;
    letter-spacing: .016em;
}

.buffer{
    margin-top: 20px;
}

.small-buffer{
    margin-top:10px;
}

.roadmap-list > li  { 
    font-size: 1.2rem;
 }

 .filter-blue{
     filter: invert(49%) sepia(71%) saturate(6343%) hue-rotate(198deg) brightness(100%) contrast(110%);
 }