.event-cards{display:flex;flex-wrap:wrap;gap:55px 32px;justify-content:center}.event-cards__item{background:#fff;box-shadow:-4px 9px 25px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;row-gap:16px;width:calc(33.33333% - 70px)}.card__image{height:180px;overflow:hidden;width:100%}.event-cards .card__image img{height:100%!important;object-fit:cover;width:100%}.event-cards .card__info{display:flex;flex-direction:column;height:auto;justify-content:space-between}.card__info *{margin-bottom:0}.event-cards .card__name{font-style:normal;font-weight:900;line-height:120%;margin:0}.event-cards .card__title{font-style:normal;font-weight:700;line-height:120%}.event-cards .card__department{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:120%}.event-cards .card__social-icons{column-gap:12px;display:flex}.event-cards .card__info h3{margin:10px 0}.event-cards .card__linkedin svg:hover>g>path,.event-cards .card__twitter svg:hover>g>path{fill:#2878e6}@media (max-width:992px){.event-cards{grid-template-columns:repeat(2,1fr)}.event-cards__item{width:calc(50% - 22px)}}@media (max-width:768px){.event-cards{grid-template-columns:repeat(1,1fr)}.event-cards__item{width:100%}}