.internal-links{display:flex;flex-direction:column;justify-self:center;margin:3rem 0;padding:3rem;border-radius:8px;width:100%}.internal-links h2{margin:0 0 1rem;font-size:1.5rem;color:var(--text-primary);width:100%}.internal-links ul{list-style:none;padding:0;margin:0}.internal-links .item{margin-bottom:1rem}.internal-links .link{color:var(--primary);text-decoration:underline;font-weight:500;transition:color .2s ease}.internal-links .link:hover{color:var(--primary-hover)}.internal-links .desc{margin:.25rem 0 0;font-size:.95rem;color:var(--text-secondary)}#internal-links-heading{margin:0 0 20px}@media (max-width:600px){.internal-links{padding:1rem;margin:2rem 0}.internal-links h2{font-size:1.25rem}}