.upcoming-events__top{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px}.upcoming-events__top-left{display:flex;flex-direction:column;gap:16px}.upcoming-events__title{hyphens:none;word-break:normal}.event__row{align-items:flex-start;display:flex;flex-direction:column;gap:16px}.event__img{height:239px;width:100%}.event__img img{height:100%;object-fit:cover;width:100%}.event__info{align-items:flex-end;display:grid;grid-template-columns:auto 48px;justify-content:space-between;width:100%}.event__info-left{align-items:flex-start;flex-direction:column}.event__hours,.event__info-left,.event__location{display:flex;gap:8px}.event__info-right,.event__info__read-more{align-items:center;display:flex}.event__info__read-more{background:var(--colors-cyan,#19b);border-radius:50%;height:48px;justify-content:center;width:48px}.event__info__read-more svg{aspect-ratio:1/1;flex-shrink:0;height:32px;width:32px}.event__row .event__arrow-button svg rect{fill:transparent;transition:.3s linear}.event__row:hover .event__arrow-button svg rect{fill:#19b}.event__row:hover .event__arrow-button svg path{stroke:#fff}.upcoming-events__arrow-container{display:flex;gap:8px}.upcoming-events__arrow-container .slick-arrow{border:none;height:fit-content;width:fit-content}.upcoming-events__arrow-container .slick-arrow svg{height:32px;width:32px}.upcoming-events .slick-next:hover,.upcoming-events .slick-prev:hover{background:transparent}.upcoming-events .slick-next:hover svg path,.upcoming-events .slick-prev:hover svg path{fill:none}.upcoming-events .slick-list.draggable .slick-track{cursor:pointer}.upcoming-events .btn__arrow{align-items:center;flex-direction:row-reverse;gap:12px;justify-content:flex-end;margin-top:32px}@media (min-width:992px){.event__row{align-items:center;display:grid;flex-direction:grid;gap:32px;grid-template-columns:240px auto}.event__img{height:fit-content;min-height:160px}}