.eventsWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.event{flex-basis:30%;margin:2% 1.65%;background-color:#f5f5f5}.eventsImage{height:250px;width:100%;background-size:cover;background-position:center}.eventTitle{text-align:center}.eventPadding{padding:10px 20px}.eventDate{color:#0d4981;text-align:center}.eventLink{background-color:#0d4981;color:white;text-align:center;display:block;width:100%;max-width:120px;line-height:30px;margin:10px auto 20px auto;text-decoration:none}@media screen and (max-width:1000px){.event{flex-basis:47%;margin:2% 1.5%;background-color:#f5f5f5}}@media screen and (max-width:600px){.event{flex-basis:100%;margin:2% 0%;background-color:#f5f5f5}}