/* Industries — Education: Why Partner With Us */
.lwc-edu-partner {
    --lwc-blue: #0772ba;
    --lwc-ink: #14201d;
    --lwc-muted: #5a6b67;
    --lwc-line: rgba(20, 32, 29, 0.12);
    --lwc-wash: #eef6f0;
    background: var(--lwc-wash);
    padding: 100px 0;
}

.lwc-edu-partner__copy .lwc-edu-partner__kicker {
    display: block;
    margin: 0 0 0.55rem;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lwc-blue);
}

.lwc-edu-partner__copy h2 {
    margin: 0 0 0.85rem;
    color: var(--lwc-ink) !important;
    background: none !important;
    line-height: 1.25;
}

.lwc-edu-partner__lead {
    margin: 0 0 1.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--lwc-muted);
}

.lwc-edu-partner__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 992px) {
    .lwc-edu-partner .row.align-items-end > .col-lg-6:last-child {
        display: flex;
        align-items: flex-end;
    }

    .lwc-edu-partner__stats {
        width: 100%;
    }
}

.lwc-edu-stat {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 1.25rem 1.2rem 1.15rem;
    background: #fff;
    border: 1px solid var(--lwc-line);
    overflow: hidden;
}

.lwc-edu-stat__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.lwc-edu-stat__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--lwc-blue);
    background: rgba(7, 114, 186, 0.08);
    font-size: 1rem;
}

.lwc-edu-stat__value {
    margin: 0;
    min-width: 0;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--lwc-ink);
    white-space: nowrap;
}

.lwc-edu-stat__value .timer {
    display: inline;
}

.lwc-edu-stat__suffix {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lwc-blue);
}

.lwc-edu-stat__title {
    margin: 0 0 0.35rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--lwc-ink);
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.lwc-edu-stat__desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--lwc-muted);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lwc-edu-partner__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.lwc-edu-benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: 0;
    height: 100%;
    padding: 0.9rem 0.95rem;
    background: #fff;
    border: 1px solid var(--lwc-line);
}

.lwc-edu-benefit i {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    color: var(--lwc-blue);
    font-size: 1rem;
}

.lwc-edu-benefit span {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--lwc-ink);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 991.98px) {
    .lwc-edu-partner {
        padding: 80px 0;
    }
}

@media (max-width: 575.98px) {
    .lwc-edu-partner__stats,
    .lwc-edu-partner__benefits {
        grid-template-columns: 1fr;
    }

    .lwc-edu-stat__value {
        font-size: 1.5rem;
    }
}
