.article__body table {
    border: 2px solid #F5F5F8;
    border-radius: 10px;
    border-collapse: collapse;
    width: 100%;
}

.article__body table tr:first-child {
    font-weight: 500;
}

.article__body table tr td:first-child {
    font-weight: 500;
}

.article__body table td {
    border: 2px solid #F5F5F8;
    padding: 8px 16px;
    text-align: center;
}