
.document-title {
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 105%;
    color: #000;
    margin: 0;
}

.document-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}

.document-item {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #000;
    padding-left: 25px;
    position: relative;
}

.document-item::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2314ada9" class="bi bi-file-earmark" viewBox="0 0 16 16"%3E%3Cpath d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zM10.5 3a.5.5 0 0 1-.5-.5V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5h-2a1 1 0 0 1-1-1z"/%3E%3C/svg%3E');
    position: absolute;
    background: transparent;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.document-item a {
    color: #000;
    text-decoration: none !important;
}