/* CSS Document */
/*******************************************************
 * Background White
 ******************************************************/
.is-style-background-white {
	background-color: #ffffff !important;
}
div.wp-block-group.is-style-background-white div.wp-block-media-text {
    margin: 24px auto;
    max-width: 1200px !important;
    background-color: #F9EFFB;
}
div.wp-block-group.is-style-default p,
div.wp-block-group.is-style-background-white > p {
    margin: 24px auto;
    max-width: 800px !important;
}
@media (min-width: 50.0625rem){
    .is-style-background-white {
    margin:0;
    }
}
/*******************************************************
 * Background Lightgrey
 ******************************************************/
.is-style-background-lightgrey {
	background-color: #f2f4f5 !important;
}
div.wp-block-group.is-style-background-lightgrey div.wp-block-media-text {
    margin: 24px auto;
    max-width: 1200px !important;
    background-color: #F9EFFB;
}
div.wp-block-group.is-style-background-lightgrey > p {
    margin: 24px auto;
    max-width: 800px !important;
}
@media (min-width: 50.0625rem){
    .is-style-background-lightgrey {
    margin:0;
    }
}
/*******************************************************
 * Background Grey
 ******************************************************/
.is-style-background-grey {
	background-color: #e5e9ec !important;
}
div.wp-block-group.is-style-background-grey div.wp-block-media-text {
    margin: 24px auto;
    max-width: 1200px !important;
    background-color: #F9EFFB;
}
div.wp-block-group.is-style-background-grey > h2{
    display:inline-block;
    padding:0;
    margin:0;
}
div.wp-block-group.is-style-background-grey > p {
    margin:0 2rem 0;
    max-width: 800px !important;
    display:inline-block;
    padding:0;
}
@media (min-width: 50.0625rem){
    .is-style-background-grey {
      margin:0;
    }
}

div.is-layout-flow .wp-block-group h2 {
    margin:1.5rem 0 0; padding:0;
}