article {
    max-width: 860px;
    margin: auto;
}

article h1 {
    border-left: #555 3px solid;
    padding-left: 24px;
    margin-bottom: 54px;
    line-height: 1.18;
    font-weight: 300;
    font-size: 3rem;
}

article h2 {
    font-size: 2.875rem;
    line-height: 1.18;
    color: #1D252D;
    font-weight: 300;
}

article h3 {
    font-size: 2.1rem;
    line-height: 1.18;
    color: #2d363f;
    font-weight: 300;
}

article p {
    font-size: 1.0625rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    margin-top: 0;
    color: #6C737A;
}

article blockquote {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.45;
    padding: 12px 0 12px 54px;
    margin: 46px 0;
    border-left: #d1d1d15f 14px solid;
}

article img {
    max-width: 100%;
    max-height: 450px;
    margin: auto;
    display: block;
}

article ul {
    
}