/* title text color */
.branding .branding__title.branding__title--custom-text {
    color: #BD7500;
}
/* title highlight color */
.branding__title--custom-text > b {
    color: #823C72;
}
