/* 
Flex Custom Content

Algemene CSS instellingen voor de module.
Verwijder deze instellingen niet.
*/

.flex_module.contentmodule .content-module-wrapper{
    max-width: 60%;
    margin-right: auto;
}

.flex_module.contentmodule .fl-rich-text h1,
.flex_module.contentmodule .fl-rich-text h2,
.flex_module.contentmodule .fl-rich-text h3,
.flex_module.contentmodule .fl-rich-text h4{
    margin-bottom: 20px;
}

@media screen and (max-width: 1061px) { 
    .flex_module.contentmodule .content-module-wrapper{
        max-width: 100%;
        margin-right: unset;
    }
}