.relatedSection{padding:1.5rem 0 3.5rem}.relatedSection img{display:block;width:100%}.relatedSection h2{color:var(--text-primary);font-family:var(--primary-font);font-size:34px;font-weight:800;margin-bottom:20px}.relatedSection .related-grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.relatedSection .related-card{background:var(--text-white);border:1px solid var(--ash-color);border-radius:9px;box-shadow:0 8px 22px rgba(0,0,0,.07);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.relatedSection .related-card:focus,.relatedSection .related-card:hover{transform:translateY(-4px)}.relatedSection .related-card img{height:120px;object-fit:cover}.relatedSection .related-info{padding:1.1rem}.relatedSection .related-info h3{color:var(--text-primary);font-family:var(--secondary-font);font-size:15px;line-height:1.15;margin-bottom:10px}.relatedSection .related-info a{align-items:center;color:var(--accent-hover);display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.04em;text-transform:uppercase}.relatedSection .related-info a span{animation:arrowMove 1s ease-in-out infinite;display:inline-block}@keyframes arrowMove{0%,to{transform:translateX(0)}50%{transform:translateX(6px)}}