* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.page {
    width: 850px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px 55px 60px 55px;
    position: relative;
}

.article-header {
    width: 600px;
    margin-left: 120px;
    margin-bottom: 40px;
}

.article-header h1 {
    color: #3c236eea;
    font-size: 3.75rem;
    line-height: .95;
    font-weight: 700;
    margin-bottom: 15px;
}

.intro-text {
    font-size: 1.40rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: -25px;
}

.editorial-layout {
    margin-left: 120px;
}

.pull-quote {
    float: left;
    width: 450px;
    margin-left: -180px;
    margin-right: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #25707d;
    font-size: 1.8rem;
    line-height: 1.05;
    font-weight: 700;
}

.quote-credit {
    float: left;
    clear: left;
    width: 400px;
    margin-left: -180px;
    margin-right: 28px;
    margin-bottom: 20px;
    color: #25707d;
    font-size: .75rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
}

.article-columns {
    column-count: 2;
    column-gap: 30px;
    font-size: .95rem;
    line-height: 1.55;
    color: #444;
}

.page-footer {
    margin-top: 45px;
    font-size: .8rem;
    letter-spacing: 2px;
    color: #555;
    font-weight: bold;
}