.custom-posts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1360px;margin:0 auto;padding:20px}.read-more-button{display:inline-block;padding:8px 12px;background:#c80d00;color:white;text-decoration:none;border-radius:5px;font-weight:700;text-align:center;margin-top:auto}@media (max-width:1024px){.custom-posts{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.custom-posts{grid-template-columns:1fr}}