@charset "UTF-8";

/* ----------------------------------------------------------
  Editorial
---------------------------------------------------------- */

.cc-block--editorial {
    color: #000;
    background-color: #fff;
}

.cc-block--editorial + .cc-block--editorial {
    padding-top: 0;
}

.block--editorial {
    max-width: 800px;
}

@media(max-width:768px) {
    .cc-block--editorial {
        padding: 30px 25px;
    }
}
