.documents__post {
    padding:40px 0px 0px 0px; 
        border-bottom:1px solid #000;
}
.documents__post p{
    margin-bottom:0px;
}

.documents__post-title { 
    font-size:22px;
    margin-bottom:0px;
    font-weight:700;
}
.documents__post-link span svg{
    max-height:16px;
    margin-right:5px;
    fill:#605f5f;;
    
}

.documents__post-link {
    
    text-decoration:none;
    color: #535353; 
}
.documents__post-linkwrap {
    margin:10px 0px;

}

@media screen and (max-width: 600px) {
        
    .documents {
        margin-bottom: 40px;
    }
}