.documents {
    padding: 10px;
}

.documents-title {
    font-size: 40px;
    font-weight: 600;
}

.documents-content {
    padding: 10px;
    width: 100%;
}

.documents-empty {
    border-radius: 10px;
    padding: 24px;
    background: #FCF8E3;
    color: #C09853;
}

.document {
    height: 400px;
    width: 300px;
    border: 1px solid var(--green1-color);
    border-radius: 10px;
    padding: 16px;
}

.document img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}