/* Add here all your CSS customizations */
.cu-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-16 {
	font-size: 7em !important;
}

.text-color-1 {color: #32327f}

.text-color-2 {color: #f5833b}

.text-color-3 {color: #646464}

.circle-4 {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	margin-left: 2rem;
	background-color: #008496;
}

.cu1_lh {line-height: 40px}

html .bg-color-custom,
html .bg-custom {
	background-color: #fbffff !important;
}
