.doc_list .item{
    background-image: url('img/pdf_icon.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 40px;
    padding-left: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.doc_list .item a{
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}