
/**umb_name:Text-blue*/
.text-blue {
	color: #0088C9 !important;
}

/**umb_name:Text-title*/
.text-title {
	font-weight: 700;
	/* font-size: var(--title-3); */
	font-family: var(--font-family-1) !important;
}

/**umb_name:Text-regular*/
.text-regular {
	font-weight: 400;
	font-size: 16px;
	font-family:var(--font-family-1-1) !important;
}

/**umb_name:Section*/
.text-section {
	font-size: 20px;
	font-weight: 300;
	line-height: 29.4px;
	letter-spacing: 0.2em;
}

/**umb_name:Header-Title*/
.text-header {
	font-size: 32px;
	font-weight: 700 !important;
	line-height: 47.04px;
	color: var(--brand-black);
	font-family: var(--font-family-1-1) !important;
}

/**umb_name:Section-Description*/
.text-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 26.46px;
    font-family: var(--font-family-2) !important;
}

@media (max-width:767.980px) {
    .text-description {
        font-size: 14px;
    }

}