main section {
    padding: 0;
}

.article_breadcrumbs {
    font-size: 14px;
    margin: 40px 0;
}

.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);
}

article {
    border-top: 1px solid #ddd;
    padding: 40px 0 120px;
}

article h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.3;
}

article .article_date {
    font-size: 14px;
    color: grey;
    margin-bottom: 30px;
}

article figure {
    margin: 30px 0;
    text-align: center;
}

article figure figcaption {
    font-size: 14px;
    color: grey;
    margin-top: 10px;
    font-style: italic;
}


article figure figcaption a {
    color: grey;
    text-decoration: underline;
    font-weight: 500;
}

article p {
    font-size: 16px;
    margin: 0 0 25px;
    font-weight: 400;
    line-height: 1.6;
}

article h2 {
    font-size: 28px;
    margin: 60px 0 20px;
    font-weight: 600;
}

article h3 {
    font-size: 22px;
    margin: 50px 0 15px;
    font-weight: 600;
}

article ul li {
    margin-bottom: 15px;
    list-style-type: disc;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

article ol li {
    margin-bottom: 15px;
    list-style-type: decimal;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

article a {
    color: rgb(85, 85, 85);
    text-decoration: underline;
    font-weight: 500;
}

article img {
    border-radius: 5px;
}

section.article_breadcrumbs .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}