.events{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.event__wrapper{display:flex;padding:1.5rem .5rem;width:50%}.events--one-col .event__wrapper{width:100%}.events--two-col .event__wrapper{width:50%}.events--three-col .event__wrapper{width:33.3333333333%}.events--four-col .event__wrapper{width:25%}.events--five-col .event__wrapper{width:20%}.events--six-col .event__wrapper{width:16.6666666667%}.events--seven-col .event__wrapper{width:14.2857142857%;width:12.5%}@media (max-width:1079px){.event__wrapper{width:50%}.events--one-col-md .event__wrapper{width:100%}.events--two-col-md .event__wrapper{width:50%}.events--three-col-md .event__wrapper{width:33.3333333333%}.events--four-col-md .event__wrapper{width:25%}.events--five-col-md .event__wrapper{width:20%}.events--six-col-md .event__wrapper{width:16.6666666667%}}@media (max-width:767px){.event__wrapper,.events--one-col-sm .event__wrapper{width:100%}.events--two-col-sm .event__wrapper{width:50%}.events--three-col-sm .event__wrapper{width:33.3333333333%}.events--four-col-sm .event__wrapper{width:25%}}.event{display:flex;flex-direction:column;width:100%}.event__image{aspect-ratio:16/9;margin-bottom:1.25rem;overflow:hidden}.event__image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.event__image a:hover img{transform:scale(1.0125)}.event__content{display:flex;flex-direction:column;flex-grow:1}.event__tags{font-size:.875rem;font-weight:600;margin-bottom:1rem}.event__title{margin-bottom:.5rem}.event__title a{text-decoration:none}.event__info{display:flex;flex-direction:row;flex-wrap:wrap}.event__info>div:not(:last-child){margin-right:2.5rem}.event__datetime,.event__location{align-items:center;display:inline-flex;flex-direction:row;font-size:.875rem;font-weight:600}.event__datetime-icon,.event__location-icon{margin-right:.5rem}