.pdf_main {
    margin-top: 4%;
}

.main {
    padding-top: 40px;
    margin-left: 60px !important;
}

.pdf_list .pdf_item {
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 4px 6px 12px 6px rgba(0, 0, 0, 0.04), 4px 6px 1px 0px rgba(0, 0, 0, 0.04);
}

.pdf_list .pdf_item .pdf_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #070707;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    width: calc(100% - 95px);
}

.pdf_list .pdf_item .pdf_btn {
    display: flex;
    align-items: center;
    width: 80px;
}

.pdf_list .pdf_item .pdf_look::after {
    display: inline-block;
    content: '';
    width: 33px;
    height: 23px;
    background-image: url(../img/look_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pdf_list .pdf_item .pdf_down::after {
    display: inline-block;
    content: '';
    width: 24px;
    height: 22px;
    background-image: url(../img/down_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    text-decoration: underline;
}