@charset "UTF-8";

/* ----------------------------------------------------------
  Chapô
---------------------------------------------------------- */

.block--chapo p {
    font-family: BentonSansRegular;
    font-size: 30px;
    line-height: 38px;
}

@media(max-width:768px) {
    .block--chapo p {
        font-size: 20px;
        line-height: 28px;
    }

    .lr-centered-container.cc-block--chapo {
        padding: 40px;
    }
}
