.jg-values-30d9eacc {
    padding: 100px 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.jg-values-30d9eacc:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 220px;
    bottom: 100px;
    width: 3px;
    background: linear-gradient(
        transparent,
        var(--jg-gold-30d9eacc, #d6b05d),
        var(--jg-gold-30d9eacc, #d6b05d),
        transparent
    );
    opacity: .35;
    transform: translateX(-50%);
}

.jg-wrap-30d9eacc {
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.jg-head-30d9eacc {
    text-align: center;
    margin-bottom: 90px;
}

.jg-tag-30d9eacc {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid rgba(214, 176, 93, .25);
    box-shadow: 0 12px 35px rgba(0,0,0,.05);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--jg-blue-30d9eacc, #0b2347);
}

.jg-tag-30d9eacc i, .jg-tag-30d9eacc svg {
    color: var(--jg-gold-30d9eacc, #d6b05d);
    fill: var(--jg-gold-30d9eacc, #d6b05d);
    width: 14px;
    height: 14px;
}

.jg-head-30d9eacc h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 25px 0 15px;
    color: var(--jg-blue-30d9eacc, #0b2347);
}

.jg-head-30d9eacc p {
    max-width: 750px;
    margin: auto;
    line-height: 1.9;
    font-size: 17px;
    color: var(--jg-text-30d9eacc, #6b7280);
}

.jg-row-30d9eacc {
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
}

.jg-center-30d9eacc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jg-dot-30d9eacc {
    width: 26px;
    height: 26px;
    background: var(--jg-gold-30d9eacc, #d6b05d);
    border-radius: 50%;
    border: 7px solid #fff;
    box-shadow: 0 0 0 8px rgba(214, 176, 93, .18);
    z-index: 2;
}

.jg-card-30d9eacc {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    border: 1px solid rgba(11, 35, 71, .08);
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .45s;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.jg-card-30d9eacc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--jg-gold-30d9eacc, #d6b05d);
    transition: .4s;
}

.jg-card-30d9eacc:hover {
    background: var(--jg-blue-30d9eacc, #0b2347);
    transform: translateY(-10px);
}

.jg-card-30d9eacc:hover:before {
    width: 100%;
    opacity: .08;
}

.jg-number-30d9eacc {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(11, 35, 71, .05);
}

.jg-card-30d9eacc:hover .jg-number-30d9eacc {
    color: rgba(255, 255, 255, .08);
}

.jg-icon-30d9eacc {
    width: 75px;
    height: 75px;
    border-radius: 22px;
    background: rgba(214, 176, 93, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
    color: var(--jg-gold-30d9eacc, #d6b05d);
    transition: .4s;
}

.jg-icon-30d9eacc svg {
    width: 30px;
    height: 30px;
    fill: var(--jg-gold-30d9eacc, #d6b05d);
}

.jg-card-30d9eacc:hover .jg-icon-30d9eacc {
    background: var(--jg-gold-30d9eacc, #d6b05d);
    color: var(--jg-blue-30d9eacc, #0b2347);
    transform: rotate(-10deg) scale(1.08);
}

.jg-card-30d9eacc:hover .jg-icon-30d9eacc svg {
    fill: var(--jg-blue-30d9eacc, #0b2347);
}

.jg-card-30d9eacc h3 {
    font-size: 28px;
    margin: 0 0 15px;
    color: var(--jg-blue-30d9eacc, #0b2347);
    transition: .4s;
}

.jg-card-30d9eacc p {
    color: var(--jg-text-30d9eacc, #6b7280);
    line-height: 1.9;
    margin: 0;
    transition: .4s;
}

.jg-card-30d9eacc:hover h3,
.jg-card-30d9eacc:hover p {
    color: #fff;
}

.jg-last-30d9eacc {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 991px) {
    .jg-values-30d9eacc:before {
        left: 25px;
        transform: none;
    }
    .jg-row-30d9eacc {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .jg-center-30d9eacc {
        height: 30px;
    }
    .jg-last-30d9eacc {
        max-width: 100%;
    }
    .jg-head-30d9eacc h2 {
        font-size: 38px;
    }
}
