/*#region Business theme */
@media(min-width: 36em) {
    .one-help--business-theme h1:not(.h5) {
        max-width: 70%
    }
}

@media(min-width: 62em) {
    .one-help--business-theme h1:not(.h5) {
        max-width: 80%
    }
}

.one-help--business-theme.bg-dark-2 h1:not(.h5), .one-help--business-theme .bg-dark-2 h1:not(.h5), .one-help--business-theme.bg-dark-2 h2, .one-help--business-theme .bg-dark-2 h2 {
    color: #D3E629 !important;
}

.one-help--business-theme.bg-secondary {
    --colour-secondary: #D3E629;
}

.one-help--business-theme.bg-secondary h2 {
    color: var(--colour-black) !important;
}

/*#endregion */

/*#region assets overrides TODO to update in Assets */
/* .card-deck--tile .card .card-body {
    min-height: 6.5rem;
} */

p a .svg__wrapper svg, ul a .svg__wrapper svg, ol a .svg__wrapper svg, dd a .svg__wrapper svg, .body a .svg__wrapper svg, td a .svg__wrapper svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: baseline;
    display: inline-block;
    margin-right: .1em;
    margin-bottom: -0.2em;
    stroke: currentColor;
}

/*#endregion */

.card-deck--tile .card-title {
    font-family: var(--font-heading-bold);
}