.background-grey-full{
	background-color:#e8e9eb;
	width: 100vw !important;
    max-width: 100vw !important;
}
.background-grey-full>.component-content > .rich-text {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}

.background-white-full{
	background-color:#fff;
	width: 100vw !important;
    max-width: 100vw !important;
}
.background-white-full>.component-content > .rich-text {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}