.icon-cards-container{display:grid;gap:48px;position:relative}.icon-card{flex-flow:column nowrap;text-align:center}.icon-card,.icon-container{align-items:center;display:flex}.icon-container{background-color:var(--brand--blue-primary);background-image:url(https://performanceclub.thestjames.com/hubfs/Website/Performance%20Club/Images/icon-bg.jpg);background-repeat:no-repeat;background-size:cover;border-radius:50%;height:90px;justify-content:center;margin:0 auto;overflow:hidden;position:relative;width:90px;z-index:10}.icon-container svg{fill:var(--colors--white);height:auto;max-height:45px;max-width:45px;width:100%}.connect-icons .icon-card:after{background-color:var(--brand--blue-sky);content:"";height:3px;position:absolute;top:45px;width:50%;z-index:1}.connect-icons .icon-card:first-of-type:after,.connect-icons .icon-card:last-of-type:after{display:none!important}.icon-card .text-container{margin:24px auto 0}.icon-card .eyebrow+h2,.icon-card .eyebrow+h3,.icon-card .eyebrow+h4{color:var(--brand--blue-sky)!important}@media (max-width:1024px){.connect-icons .icon-card:after{display:none}}