.centerGraphic {
    margin:auto;
    width:80%;
    max-width:260px;
}
.evolve .primaryBtn {
    background-color:#4F9936;
}
.evolve .circSvg {
    bottom: -380px;
    width: 770px;
    z-index:0;
}
.evolve {
    background: linear-gradient(0deg, rgb(79 153 54 / 50%), rgb(79 153 54 / 50%)), linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25)), url(/c/campaign/1584/content/evolveImagehats.webp);
    background-position: center;
    background-blend-mode: unset;
    background-repeat: no-repeat;
    background-size: cover;
}
.evolve a {
    z-index:1;
}
.jobsImage img {
    width:100%;
}
.hero .inCirc {
    border-radius:0;
}
.heroText {
    background-color: rgb(36 40 54 / 75%);
}
.dropdownAccordions ul {
    list-style: disc;
    margin-inline-start: 16px;
}
.box img {
    margin:auto;
    display:block;
}
.process {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    z-index:1;
}
.joiningLine {
    border-left: 5px solid rgb(238 23 83 / 50%);
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 28px;
    right: 0;
    height:100%;
    z-index:0;
}
.bens a {
    z-index:1;
}
.bensCopy, .bensInList{
    max-width:initial;
    z-index:1;
    width:50%;
}
.bensInList h2 {
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    height: 180px;
}
.bensList .buttons {
    display:none;
}
.bensList a {
    z-index:1;
}
.bensInList {
    width:100%;
}
#caroIndibensPics .slick-list{
    margin:0;
}
.joiningLine.journey {
    height:90%;
}
.process.journey img {
    width: 64px;
    height:64px;
}

@media(min-width:768px) {
    .centerGraphic {
        margin:auto;
        width:20%;
        position: absolute;
        left: 0;
        right: 16%;
        bottom: 16%;
    }
    .evolve .circSvg {
        bottom: auto;
        top: -100%;
        width: 1150px;
        height: 800px;
        right: 92%;
    }
    .evolve p {
        width:90%;
    }
    .jobsImage img {
        width:52%;
        min-width:800px;
    }
    .hero .inCirc {
        border-radius:50%;
    }
    .offRight {
        left:50%;
    }
    .heroText {
        background-color: transparent;
    }
    .process {
        width:16%;
        display:block;
    }
    .joiningLine {
        border-bottom: 5px solid rgb(238 23 83 / 50%);
        top: 23px;
        left: 50px;
        right: 0;
        height: 5px;
        width: 100%;
        border-left: transparent;
    }
    .bens .circSvg {
        top: -292px;
        left: -880px;
        width: 1132px;
        height: 1132px;
    }
    .bensList .circSvg {
        top: -60%;
        height: 980px;
    }
    .evolve p,.bensList p {
        width:90%;
    }
    .bensInList h2 {
        background-color: #444C66;
        height: initial;
    }
    .bensList .buttons {
        display:flex;
    }
    .bensInList {
        width:60%;
    }
    .bensInList img {
        top:64px;
    }
    img.inCirc {
        top: 100px;
        width: initial;
    }
    .bensList .circSvg {
        top: -40%;
    }
    .dropdownSection {
        width: 100%;
    }
    .joiningLine.journey {
        width:88%;
        height: 5px;
    }
    .gradRole {
        gap:2%;
    }
    .gradRole .process {
        width:23%;
    }
    .gradRole .process.journey {
        width:12.57%;
    }
}