.page-projects .items-project {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #cce0f4;
}

.page-projects .items-project .images {
    padding-bottom: 69%;
}

.page-projects .items-project .images {
    padding-bottom: 69%;
}

.page-projects .items-project .content {
    padding: 7px 12px;
}

.page-projects .items-project .content h3 a {
    display: block;
    font-size: 90%;
    font-weight: 500;
    color: #0c2a49;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}

.page-projects .items-project .content .date--content span {
    display: block;
    font-size: 13px;
    color: #677185;
    margin-bottom: 6px;
    opacity: 1;
}

.page-projects .items-project .content .date--content span strong {
    color: #0c2a49;
}

.page-projects .items-project .content .date {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-projects .items-project .content .date .download {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #edf4fb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .download-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: #EDF4FB;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    line-height: normal;
    height: auto;
    -webkit-line-clamp: 3 !important;
    height: 62px;
} */

.document-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    line-height: normal;
    height: 38px;
}

/* #document {
    width: 100%;
    height: 100vh;
} */