section.default-posts{padding:4rem 0}section.default-posts .section{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}section.default-posts .section .post{border:1px solid hsla(228,2%,52%,.2);border-radius:12px;text-decoration:none;transition:border-color .2s linear,background-color .2s linear}section.default-posts .section .post:hover{background:#f6f6f6}section.default-posts .section .post h3{color:#303030;font-size:1.1em;padding:.7rem 1rem 1rem;text-align:center}@media (max-width:1000px){section.default-posts .section{gap:1rem}}@media (max-width:800px){section.default-posts{padding:2rem 0}section.default-posts .section{grid-template-columns:1fr}}