.bread_crumb_title,
.bread_crumb_title>* {
    font-size: 56px !important;
    line-height: 1.3 !important;
	font-weight: bold !important;
}

.bread_crumb_text,
.bread_crumb_text>* {
    font-size: 24px !important;
}

.text_justified,
.text_justified>* {
    text-align: justify;
}

.text_line_14,
.text_line_14>* {
    line-height: 1.4 !important;
}
.text_spacing_0,
.text_spacing_0 > * {
    letter-spacing: 0 !important;
}

@media only screen and (max-width:48em) {

    .bread_crumb_text,
    .bread_crumb_text>* {
        font-size: 16px !important;
    }
}