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

    .center-wrap {
        max-width: 84rem;
    }

    #fp-nav.fp-left {
        left: 0rem !important;
    }

    html, body {
        font-size: 11px;
    }
    .slide-wraper {
        padding-top: 9rem;
    }

    .coverage-area__preim.col.--6 {
        max-width: calc(4rem * 4 + (2rem * 5));
    }

    .strengths__item.col.--8 {
        max-width: calc(4rem * 6 + (2rem * 7));
    }











}