@media (max-width: 1200px) {

    .editor ol,
    .editor ul {
        column-count: 1;
    }

    .block-header5050imagetext .editor,
    .block-header5050imagetext .editor h2,
    .block-header5050imagetext .editor h3,
    .block-imagewihttext .editor,
    .block-imagewihttext .editor h2,
    .block-imagewihttext .editor h3,
    .block-fiftyfiftyimagetext .editor,
    .block-fiftyfiftyimagetext .editor h2,
    .block-fiftyfiftyimagetext .editor h3 {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }

    .block-header5050imagetext .editor h1,
    .block-imagewihttext .editor h1,
    .block-fiftyfiftyimagetext .editor h1 {
        font-size: 1.1875rem;
        line-height: 1.625rem;
        font-weight: 500;
    }

    .editor h1::first-line {
        font-weight: 500;
    }

    .block-header5050imagetext .text-container,
    .block-imagewihttext .text-container,
    .block-fiftyfiftyimagetext .text-container {
        margin-left: 1.625rem;
        margin-right: 1.625rem;
    }

    .block-calltoaction .left .link-title {
        font-size: 1.4375rem;
        line-height: 1.8125rem;
    }

    .block-linklist ul {
        margin: 2.5rem 1.625rem;
    }

    .block-buttonlinklist h1 {
        /*    display: table-caption;*/
        width: unset;
    }

    .block-services .btn {
        width: 100%;
    }

    .block-accordion .accordion-header .accordion-title {
        margin-top: 0.875rem;
    }
}