.doc-container {
    padding: 30px 15px;
    margin: 0 auto;
    max-width: 940px;
    display: block;
    color: #333;
    background-color: #fff;
    min-height: 100%;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.doc-section {
    color: #303030;
    margin-top: 20px;
    margin-bottom: 30px;
}

.doc-title {
    color: #212121;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

.doc-section-title {
    color: #212121;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 21px;
}

.doc-section-subtitle {
    margin-bottom: 15px;
}

.dock-paragraph {
    margin-bottom: 20px;
}

.doc-list {
    margin-bottom: 20px;
    padding-left: 40px;
}

.doc-list-item {
    margin-bottom: 8px;
}

.doc-link {
    color: #2563eb;
}

.doc-data {
    margin-bottom: 0;
    font-weight: 400;
}


