.event-list-module .content .event-list{display:grid;grid-template-rows:repeat(3,1fr);column-gap:2rem;row-gap:2rem;justify-content:start;align-items:start;justify-items:start;grid-auto-flow:column}.event-list-module .content .event-list .event-item{display:flex;flex-direction:column;row-gap:16px}.event-list-module .content .event-list .event-item img{border-radius:7px}.event-list-module .content .event-list .list-title h2{font:normal normal 600 32px/48px Poppins;letter-spacing:-1.06px;color:#2d617b;margin-bottom:10px}.event-list-module .content .event-list .event-item p{margin:0}.event-list-module .content .event-list .event-item h3{font:normal normal 600 22px/33px Poppins;letter-spacing:-.73px;margin-bottom:0}@media (max-width:768px){.event-list-module{margin-top:-80px}.event-list-module .content .event-list{grid-template-columns:repeat(1,1fr);grid-auto-flow:row}.event-list-module .content .event-list .list-title{height:100%;width:100%;display:flex;flex-direction:column;justify-content:flex-end}}