.text-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);
}

.text-content p{
    margin-top: 0;
    margin-bottom: 32px;
}

.text-content table{
    width: 100%;
    border-collapse: collapse;
}

.text-content table td{
    padding: 5px 10px;
}

.text-content table p{
    margin-bottom: 0;
}

.table-block{
    overflow-x: auto;
}