.elementor-widget-dc-solution-overview .dc-solution-overview {
    --dc-so-badge-text: #ff3158;
    --dc-so-badge-dot: #ff3158;
    --dc-so-badge-bg: #ffffff;
    --dc-so-description-width: 516px;
    width: 100%;
    box-sizing: border-box;
}

.elementor-widget-dc-solution-overview .dc-solution-overview,
.elementor-widget-dc-solution-overview .dc-solution-overview * {
    box-sizing: border-box;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--dc-so-description-width));
    align-items: end;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__intro {
    min-width: 0;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    max-width: 100%;
    background: var(--dc-so-badge-bg);
    color: var(--dc-so-badge-text);
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__badge-dot {
    display: block;
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: var(--dc-so-badge-dot);
}

.elementor-widget-dc-solution-overview .dc-solution-overview__heading {
    margin: 0;
    padding: 0;
    color: #0059ab;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__description {
    justify-self: end;
    width: 100%;
    max-width: var(--dc-so-description-width);
    height: auto;
    margin: 0 0 2px;
    padding: 0;
    color: #383e48;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__grid {
    display: grid;
    width: 100%;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__card,
.elementor-widget-dc-solution-overview a.dc-solution-overview__card,
.elementor-widget-dc-solution-overview a.dc-solution-overview__card:visited,
.elementor-widget-dc-solution-overview a.dc-solution-overview__card:hover,
.elementor-widget-dc-solution-overview a.dc-solution-overview__card:focus,
.elementor-widget-dc-solution-overview a.dc-solution-overview__card:active {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    color: inherit;
    text-decoration: none;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__number {
    display: block;
    flex: 0 0 58px;
    width: 58px;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #8db5da;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__card-copy {
    min-width: 0;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__card-label,
.elementor-widget-dc-solution-overview .dc-solution-overview__card-title {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    letter-spacing: 0;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__card-label {
    color: #0059ab;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

.elementor-widget-dc-solution-overview .dc-solution-overview__card-title {
    margin-bottom: 0;
    color: #011139;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.elementor-widget-dc-solution-overview a.dc-solution-overview__card:focus-visible {
    outline: 2px solid #0059ab;
    outline-offset: 3px;
}


@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-widget-dc-solution-overview .dc-solution-overview {
        --dc-so-description-width: 420px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-dc-solution-overview .dc-solution-overview__header {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 18px;
        align-items: start;
    }

    .elementor-widget-dc-solution-overview .dc-solution-overview__description {
        justify-self: start;
        margin-bottom: 0;
    }

    .elementor-widget-dc-solution-overview .dc-solution-overview__heading {
        overflow-wrap: anywhere;
    }

    .elementor-widget-dc-solution-overview .dc-solution-overview__card {
        overflow: hidden;
    }
}
