.article {
    border-top: 1px solid black;
    padding-top: 60px;
}
.article .wrapper {
    margin: 0 3%;
}
.article h1 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin: 10px 0 40px;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.25;
}
.article p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.75;
}
.article p + p {
    margin-top: 30px;
}
p.mb30 {
    margin-bottom: 30px;
}
.center {
    margin: 30px 0;
    text-align: center;
}
.center img {
    border: 1px solid #000000;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .article h1 {
        font-size: 62px;
    }
    .center img {
        width: 35%;
    }
}