.tx-color-primary {
    color: var(--primary-color) !important;
}

.tx-color-secondary {
    color: var(--secondary-color) !important;
}

.tx-color-accent {
    color: var(--accent-color) !important;
}

.tx-color-white {
    color: var(--white-color) !important;
}

.tx-color-subtitle {
    color: #354C5F !important;
}

.tx-color-text {
    color: var(--text-light) !important;
}

.tx-normalize {
    display: inline !important;
    text-transform: none !important;
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 37px !important;
    color: #354C5F !important;
}