.events-container{align-items:flex-start;flex-flow:row;font-family:var(--book);width:100%}.events-card,.events-container{display:flex;gap:24px;justify-content:center}.events-card{align-items:center;flex-flow:column;width:calc(33.33333% - 4px)}.events-card img{height:auto;width:100%}.events-card a{background-color:var(--yellow);border-radius:999px;color:#000;font-family:var(--xbold);padding:10px 0;text-align:center;text-decoration:none;width:100%}.schedule{align-items:center;display:flex;flex-flow:column;gap:24px;justify-content:center;width:calc(66.66667% - 8px)}.schedule h3{font-family:var(--xbold);margin:0;text-align:left;width:100%}.event-item{align-items:stretch;display:flex;flex-flow:row;justify-content:center;width:100%}.event-date{background-color:var(--yellow);margin:0;padding:16px;text-align:center;width:50%}.event-date h4,.event-date p,.event-title p{margin:0}.event-title{background-color:var(--lightGray);display:flex;flex-flow:column;justify-content:center;margin:0;padding:16px;width:50%}.event-date h4{font-size:1.5rem}@media screen and (max-width:768px){.events-container{flex-flow:column}.events-card,.schedule{width:100%}}