#event-list section{margin:20px 0}.post-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-item{padding:10px;border:1px solid #ccc}@media (max-width:768px){.post-container{grid-template-columns:1fr}}#events-container .post-item{display:flex;justify-content:flex-start;flex-direction:column;width:100%;max-width:400px;box-sizing:border-box;padding:24px;border:1px solid #ccc}.year-month{font-family:GothamMed;font-size:16px;color:#00aea9;font-weight:700;margin-top:40px;margin-bottom:24px}.post-event-date{font-family:GothamMed;font-size:14px;color:#26b6b1}.post-event-title{font-family:GothamMed;color:#26b6b1;font-size:20px;font-weight:400}.post-event-description{font-size:14px;color:#444}.post-item{padding:24px}.post-item img{max-height:240px;object-fit:cover;width:100%}