#eightColSection{padding:40px 0}.eightColTitle{font-size:2rem;line-height:1.2;margin:0 0 24px;text-align:center}.eightColWrapper{align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(8,minmax(0,1fr))}.eightColLink{color:inherit;display:block;text-decoration:none}.eightColItemInner{align-items:center;background:#fff;border:1px solid #e6e6e6;border-radius:8px;display:flex;flex-direction:column;gap:10px;height:100%;padding:16px;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.eightColLink:focus .eightColItemInner,.eightColLink:hover .eightColItemInner{border-color:#d0d0d0;box-shadow:0 6px 18px rgba(0,0,0,.06);transform:translateY(-2px)}.eightColIMG{display:block;height:auto;max-width:100%}.eightColContent{font-size:.95rem;line-height:1.45;text-align:center}@media (max-width:1200px){.eightColWrapper{grid-template-columns:repeat(6,1fr)}}@media (max-width:1024px){.eightColWrapper{grid-template-columns:repeat(5,1fr)}}@media (max-width:900px){.eightColWrapper{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.eightColWrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.eightColWrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:380px){.eightColWrapper{grid-template-columns:1fr}}.bodyContainer{margin:0 auto;max-width:1360px;padding:0 16px}