.pathways-menu{padding:70px 0}.pathways-menu__grid{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(275px,1fr))}.pathways-card{background:#fff;border-radius:16px;box-shadow:0 10px 26px rgba(0,0,0,.08);color:#0b0b2c;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.pathways-card:hover{box-shadow:0 18px 40px rgba(0,0,0,.14);transform:translateY(-6px)}.pathways-card__image{background:#ddd;height:190px;overflow:hidden;width:100%}.pathways-card__image img{display:block;height:100%;object-fit:cover;width:100%}.pathways-card__content{padding:18px 16px 20px;text-align:center}.pathways-card__content h3{color:#0c0f2e;font-size:20px;font-weight:800;line-height:1.2;margin:0 0 10px}.pathways-card__icons{display:flex;gap:10px;justify-content:center}.pathways-card__icons img{filter:contrast(0) sepia(100%) saturate(1000%) hue-rotate(326deg);height:28px;object-fit:contain;width:auto}@media (max-width:768px){.pathways-menu{padding:50px 0}.pathways-card__image{height:170px}.pathways-card__content h3{font-size:18px}.pathways-card__icons img{height:24px}}@media (max-width:540px){.pathways-menu__grid{gap:15px}.pathways-card__image{height:110px}.pathways-card{max-width:160px;width:100%}.pathways-card__content h3{font-size:14px}.pathways-card__content{padding:13px 14px 15px}.pathways-card__icons img{height:20px}}