.approach-three{background-color:#f5f0eb;padding:5rem 0}.approach-three__card.has-bg-img{align-items:center;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid rgba(70,68,70,.2);display:flex;flex-direction:column;min-height:400px;overflow:hidden;padding:20px;position:relative;text-align:center}.approach-three__card.has-bg-img .bg{background:#000}.approach-three__card.has-bg-img>div,.approach-three__card.has-bg-img>h3,.approach-three__card.has-bg-img>p{color:#fff;position:relative;z-index:2}.approach-three__card.has-bg-img .approach-three__card-body{font-size:15px;margin-top:auto;text-align:center}.approach-three__header{margin:0 auto clamp(2rem,4vw,3rem);max-width:750px;text-align:center}.approach-three__header h6{margin:0 0 .65rem}.approach-three__header h2{margin:0 0 1rem}.approach-three__intro{margin:0;text-align:center}.approach-three__intro p{margin:0}.approach-three__grid{align-items:stretch;display:grid;gap:clamp(.85rem,2vw,1.5rem);grid-template-columns:repeat(3,minmax(0,1fr))}.approach-three__card{align-items:center;background-color:transparent;border:1px solid rgba(70,68,70,.42);display:flex;flex-direction:column;padding:clamp(1.5rem,2.5vw,2.25rem) clamp(1rem,1.8vw,1.5rem);text-align:center}.approach-three__icon-ring{align-items:center;border:1px solid rgba(70,68,70,.45);border-radius:50%;display:flex;flex-shrink:0;height:4rem;justify-content:center;margin:0 0 1rem;width:4rem}.approach-three__icon-img{display:block;height:3rem;object-fit:contain;width:3rem}.approach-three__index{color:rgba(70,68,70,.85);font-size:.8125rem;line-height:1.2;margin:0 0 .65rem;text-transform:uppercase}.approach-three__card-title{font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.25;margin:0 0 .85rem}.approach-three__card-body{font-size:.875rem;line-height:1.6;margin:0;text-align:center}.approach-three__card-body p{margin:0 0 .5rem}.approach-three__card-body p:last-child{margin-bottom:0}.approach-three__card.has-bg-img .bg{background-color:var(--bg-color,rgba(0,0,0,.5));height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .35s ease;width:100%}.approach-three__card.has-bg-img:hover .bg{opacity:.7}.approach-three__card.has-bg-img{transition:box-shadow .35s ease,transform .35s ease}.approach-three__card.has-bg-img:hover{box-shadow:0 12px 40px rgba(0,0,0,.35);transform:translateY(-4px)}@media (min-width:901px){.approach-three__grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.approach-three__grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.approach-three__grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:24rem}}