.content {
    margin-bottom: 30px;
}
.content-subheader {
    display: block;
    font-weight: normal;
    text-transform: none;
}

.content.is-header-only {
    margin-bottom: 0;
}

.content-body {
    display: flex;
    flex-direction: column;
}
.content-image {
    margin-bottom: 30px;
}
.content-image-top .content-images {
    order: 0;
    margin-bottom: 30px;
}
.content-image-top .content-text {
    order: 1;
}
.content-image-left .content-body,
.content-image-right .content-body {
    display: flex;
    flex-direction: row;
}
.content-image-left .content-images {
    order: 0;
    margin-right: 30px;
}
.content-image-left .content-text {
    order: 1
}
.content-image-right .content-images {
    order: 1;
    margin-left: 30px;
}
.content-image-right .content-text {
    order: 0;
}