
main .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px;
}

main img {
    max-width: 100%;
    height: auto;
}



.article_breadcrumbs {
    font-size: 14px;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e071;
}

.article_breadcrumbs a {
    color: grey;
    text-decoration: none;
    font-weight: 500;

}

.article_breadcrumbs a:hover {
    text-decoration: underline;
}

.article_breadcrumbs span {
    width: 1px;
    display: inline-block;
    text-align: center;
    height: 100%;
    background: grey;
    margin: 0 10px;
    transform: rotate(24deg);
}

main article {
    margin: 40px 0;
}

main h1 {
    font-size: 36px;
    margin: 0 0 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1px;
}

main .article_date {
    font-size: 14px;
    color: #a9b3c9;
    margin-bottom: 20px;
}

main .article_date span {
    color: #fff;
    font-weight: 500;
}

figcaption {
    font-size: 14px;
    color: #a9b3c9;
    text-align: center;
    margin: 10px 0 30px;
}

main a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

main p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #a9b3c9;
}

main p b {
    color: #fff;
    font-weight: 500;
}

main blockquote {
    font-size: 20px;
    border-left: 4px solid #e0e0e071;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #f4f4f4;
}
main ol {
    margin-left: 40px;
    margin-bottom: 20px;
}

main ol li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #a9b3c9;
}

main h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.5px;
}