.eventInfo-wrapper{display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.eventInfo-item{margin-bottom:100px}.eventInfo-item span.event-title{color:#333;font-size:16px;font-weight:100;text-decoration:none}span.event-tag{background-color:#ccc;display:inline-block;margin-bottom:10px}.eventInfo-item a{border:none}.eventInfo-item a:hover{opacity:.8}.eventInfo-item img{margin-bottom:20px}@media screen and (max-width:999px){.eventInfo-wrapper{gap:25px;grid-template-columns:repeat(3,1fr)}.eventInfo-item{margin-bottom:80px}}@media screen and (max-width:499px){.eventInfo-wrapper{gap:25px;grid-template-columns:repeat(2,1fr)}.eventInfo-item{margin-bottom:60px}.eventInfo-item span{font-size:16px}}