/* event */
.event { display: inline-block; width: 47%; margin-right: 4%; margin-bottom: 45px; }
.event:nth-of-type(2n+1) { margin-right: 0 }

.event .event-place { margin-bottom: 10px; }
.event .event-text { margin-bottom: 10px; }
.event .event-text a { text-decoration: underline }
.event h3 { display: inline-block; width: auto; margin-bottom: 5px; padding: 2px 4px;; font-size: 1em; background: #f7ac24 }