.article-wrapper h4 {
    font-weight: bold;
    font-size: 20px;
}

.article-wrapper table {
    width: 100%;
}

.article-wrapper table tr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-wrapper table th,
.article-wrapper table td {
    width: calc((100% - 2 * 35px) / 2);
    padding: 10px 20px;
}

@media screen and (max-width: 1080px) {

    .article-wrapper table th,
    .article-wrapper table td {
        width: 100%;
        padding: 10px 20px;
    }
}