.text-with-background-container {
	/* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top:  3em;
}
.text-with-background-container .content-container {
	padding: 3px 1em !important;
}
.text-with-background-container .content-container .text {
	background-color: #fff;
    margin: 5%;
    border-radius: 25px;
    padding: 2em 4em 3em;
}
.text-with-background-container .content-container .text h2 {
	color:  #000;
}
.text-with-background-container .content-container .text h2 span {
	color:  green;
	font-family: "Roboto Slab", sans-serif;
}