.row.title-row+.row.main-content {
    padding-top: 20px;
}
.row.main-content {
    text-align: center;
}

.row.main-content li {
    text-align: left;
}

.row.main-content .f-text {
    max-width: 900px;
    margin: 0 auto;
}

.f-text p:last-child,
.f-text ul:last-child,
.f-text ol:last-child {
    margin-bottom: 0;
}

.row.main-content.has-main-img {
    text-align: left;
}

.row.main-content.has-main-img .f-text {
    max-width: 100%;
}

.row.main-content.has-main-img .f-text>img,
.row.main-content.has-main-img .f-text>picture {
    float: right;
    display: inline-block;
    border: solid 1px #ddd;
    margin: 0 0 40px 40px;
    max-width: 100%;
}

.row.main-content.has-main-img .row-inner {
    display: flex;
    justify-content: space-between;
}

.row.main-content.has-main-img .row-inner .f-asset {
    width: calc(50% - 40px);
}

.row.main-content.has-main-img .row-inner .f-text {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.row.main-content.has-main-img .row-inner .f-asset img {
    width: 100%;
}
@media only screen and (max-width:959px) {

    .row.main-content.has-main-img .f-text>img,
    .row.main-content.has-main-img .f-text>picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }

    .row.title-row {
        text-align: center;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .row.title-row+.row.main-content {
        padding-top: 0;
    }
}

@media only screen and (max-width:959px) {

    .row.main-content.has-main-img .f-text>img,
    .row.main-content.has-main-img .f-text>picture {
        float: none;
        margin: 0 0 40px 0;
        max-width: 100%;
    }

    .row.title-row {
        text-align: left;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .row.title-row+.row.main-content {
        padding-top: 0;
    }

    .row.main-content.has-main-img .row-inner {
        flex-wrap: wrap;
    }

    .row.main-content.has-main-img .row-inner .f-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .row.main-content.has-main-img .row-inner .f-asset {
        width: 100%;
    }
}

@media only screen and (max-width:700px) {

    .row.main-content,
    .row.title-row {
        text-align: left;
    }
}

@media only screen and (max-width:700px) {

    .row.main-content,
    .row.title-row {
        text-align: left;
    }
}