:root {
	--primary-color: #0fb4c4;
	--primary-hover: #0C909D;
	--secondary-color: #777878;
	--primary60: #0fb4c4;
	--primary70: #0C909D;
	--secondary60: #777878;
}

body #custom-html-container .text-block-grey { background-color: #0fb4c4; }
body #custom-html-container .text-block-grey h1, h4 { color: #fff; margin: 0px; text-align: center; }
body #custom-html-container .text-block-grey h1 { font-size: 30px; font-style:italic;  }
body #custom-html-container .text-block-grey h4 { color: #777878; font-size: 24px; }
body #custom-html-container .text-block-grey p { color: white; font-size: 20px; margin: 0px; text-align: center }
body #custom-html-container .text-block-grey img { text-align: center }
body #custom-html-container .text-block-grey .text-container { display: flex; flex-direction: column; align-items: center; padding: 32px 16px 0px 16px; }


