#leadership-team {
  row-gap: 60px;
  column-gap: 24px;
}
@media (max-width: 600px) {
  #leadership-team {
    column-gap: 16px;
    row-gap: 35px;
  }
}
#leadership-team .project-item {
  width: calc(25% - 18px);
  position: relative;
}
@media (max-width: 780px) {
  #leadership-team .project-item {
    width: calc(50% - 12px);
  }
}
#leadership-team .project-item:hover {
  cursor: pointer;
}
#leadership-team .project-item:hover .img-cont img {
  transform: scale(1.05);
}
#leadership-team .project-item .img-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-bottom: 24px;
}
@media (max-width: 1050px) {
  #leadership-team .project-item .img-cont {
    height: 180px;
  }
}
#leadership-team .project-item .img-cont img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transform: center center;
  transition: all 0.3s ease-in-out;
}
#leadership-team .project-item .content h3 {
  margin-bottom: 10px;
}
/*# sourceMappingURL=leadership-team.css.map */
