.article-page {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px 30px 15px;
}
.article-back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #cf3131;
    font-weight: bold;
}
.article-header {
    margin-bottom: 30px;
}
.article-header h1 {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.15;
}
.article-header time {
    display: inline-block;
    color: #888;
    font-size: 14px;
}
.article-thumbnail {
    margin: 0 0 30px;
}
.article-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.content {
    color: #606060;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.content img,
.content iframe,
.content video,
.content embed,
.content object {
    max-width: 100%;
    height: auto;
}
.content iframe {
    width: 100%;
    min-height: 320px;
}
.content table {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow-x: auto;
}
.content h2,
.content h3,
.content h4 {
    line-height: 1.25;
    margin-top: 32px;
    margin-bottom: 16px;

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.content ul,
.content ol {
    padding-left: 25px;
}
@media (max-width: 767px) {
    .article-header h1 {
        font-size: 30px;
    }
    .content {
        font-size: 16px;
    }
}