.news-events a {
  color: #000;
  font-size: 14px;
  padding: 15px;
}
.news-events a .fb-photo {
  position: relative;
  padding: 12px;
  border: 2px solid #AAA;
  height: 250px;
  background-color: #FFF;
}
.news-events a .fb-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.news-events a .post-description {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.news-events a .other-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.news-events a .other-details .share-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-events a .other-details .share-icon img {
  height: 20px;
}/*# sourceMappingURL=social.css.map */