.article-wrapper {
    color: #545454;
    margin-top: 3.63rem;
    line-height: normal;
    font-size: 1.125rem;
}
.article-wrapper p {
    margin-bottom: 0;
}
.article-wrapper h2 {
    margin-top: -83px;
    padding-top: 83px;
    margin-bottom: 1.125rem;
}
#section1 {
    margin-top: -83px;
    padding-top: 83px;
}
@media (min-width: 1200px) {
    .article-wrapper h2 {
        font-size: 2.25rem;
    }
}
.article-wrapper>img {
    padding: 0 5.56rem;
    margin-top: 2.88rem;
    margin-bottom: 2.88rem;
}
.article-wrapper h1 {
    margin-bottom: 2.31rem;
}
.article-quote-mark {
    display: flex;
    align-items: baseline;
    font-family: PT Serif;
    font-size: 1.5rem;
    line-height: 160%;
    padding-left: 1.94rem;
    margin-bottom: 2.75rem;
}
.article-quote-mark svg {
    width: 1.75rem;
    height: 1.3125rem;
    flex-shrink: 0;
    margin-right: 2.81rem;
}
.article-table-of-content {
    margin-bottom: 2rem;
}
.article-table-of-content ul {
    list-style-type: none;
    padding-left: 0.5rem;
}
.article-table-of-content ul li::before {
    content: "•";
    margin-right: 0.5rem;
    color: #BC7432;
}
.article-table-of-content ul a {
    color: #BC7432;
}
p.table-of-content-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
}
ul.article-list-dotted {
    list-style-type: none;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    padding-left: 0.5rem;
}
ul.article-list-dotted li {
    display: flex;
}
ul.article-list-dotted li::before {
    content: "•";
    margin-right: 0.5rem;
}
.article-quote-strip {
    padding-left: 3.06rem;
    border-left: 0.375rem solid #BC7432;
    color: rgba(0, 0, 0, 0.45);
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 2.87rem 0;
}
ul.article-list {
    padding-left: 0;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}
ul.article-list li:not(:last-child) {
    margin-bottom: 1rem;
}
.article-wrapper table {
    font-size: 1.125rem;
    color: #545454;
    margin-top: 7.38rem;
}
.article-wrapper table th {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 120%;
}
.article-wrapper table svg {
    margin-left: 4rem;
}
.article-wrapper table td {
    width: 33%;
    min-width: 320px;
}
.article-wrapper table>:not(caption)>*>* {
    border: 0;
    padding: 1rem 0.5rem;
}
.article-wrapper table tr td:not(:first-child) {
    font-weight: 700;
}
.article-wrapper table tr:last-child td {
    font-weight: 400;
    font-size: 2rem;
}
.table-mark {
    position: relative;
}
.table-mark::before {
    content: "";
    position: absolute;
    width: 19px;
    height: calc(100% - 2rem);
    left: calc(-19px - 0.5rem);
    background-position: center;
    background-repeat: no-repeat;
}
.table-mark-red::before {
    background-image: url(../images/kopiya-brenda-vs-replika/mark-red.svg);
}
.table-mark-green::before {
    background-image: url(../images/kopiya-brenda-vs-replika/mark-green.svg);
}
.table-mark-gray::before {
    background-image: url(../images/kopiya-brenda-vs-replika/mark-gray.svg);
}
@media (max-width:563px) {
    .article-wrapper>img {
        padding: 0 1rem;
    }
    .article-quote-mark {
        font-size: 1.25rem;
        padding-left: 0;
    }
    .article-quote-mark svg {
        margin-right: 1rem;
    }
    .article-quote-strip {
        font-size: 1rem;
    }
}