.block-content{
    width:97%;
    padding: 0 20px;
}    
.block-content p,
.block-content li{
    color: #1e1e1e;
    font-size: 14px;
    font-family: 'Onest',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    padding-bottom: 10px;
}
.block-content h2{
    color: #000000;
    font-size: 28px;
    font-family: 'Unbounded',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    padding-bottom: 20px;
}
#read-more{
    cursor: pointer;
    color: #818181;
    font-size: 14px;
    font-family: 'Onest',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    padding-bottom: 10px;
    text-decoration: underline;
}
.hidden{
    display:none;
}
