.at-theme + .at-theme {
    margin-top: 2em;
}

.at-theme__articleTitle {
    margin-bottom: 2em;
    font-size: 1.65em;
}

.at-theme__image {
    display: block;
    margin-bottom: 1em;
}

.at-theme__title {
    margin-bottom: 1.5em;
    font-size: 1.4em;
}

.at-theme__text {
    font-size: .941178em;
}

@media (min-width: 568px) {
    .at-theme__articleTitle {
        text-align: center;
    }

    .at-theme__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .at-theme__imageWrapper {
        flex-basis: 35%;
    }

    .at-theme__image {
        margin-bottom: 0;
    }

    .at-theme__textWrapper {
        flex-basis: 100%;
    }

    .at-theme__article--hasImage .at-theme__textWrapper {
        flex-basis: 60%;
    }

    .at-theme__text {
        font-size: .858em;
        line-height: 1.35;
    }

    .at-theme__metaWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .at-theme__date {
        font-size: .858em;
    }
}

@media (min-width: 768px) {
    .at-theme__article {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .at-theme__content {
        padding: 0 30px;
    }

    .at-theme__article + .at-theme__article {
        margin: 0 0 0 5.7em;
    }
}
