/**
 * Hero Layout
 */
 .layout-hero{
    background:#fafafa;
    padding:50px 0;
    text-align:center;
}
.layout-hero h1{
    font-size:50px;
    font-weight:700;
}
.layout-hero h3{
    font-size:32px;
    color:red;
    font-weight:600;
}
/**
 * Preview mode
 */
.layout-hero.is-preview{
    
}



 .acf-flexible-content .is-preview .layout {
    border: none;
}