@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap');

.ehq-projectFinder {
  font-family: 'Fira Sans', sans-serif;
}

.ehq-projectCoverImg {
  background: #2C816350;
}

.ehq-projectCoverImg img {
 transform: translateY(-18%);
 margin: auto;
 height: auto;
 width: 100%;
 object-fit: cover;
}

.ehq-projectCardContainer {
  margin-bottom: 15px !important;
}

.ehq-card {
  border: none !important;
}

.ehq-card:hover {
  transition: all 0.3s;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.ehq-card:hover .ehq-cardTitle {
  text-decoration: underline;
}

.ehq-card:hover a {
  color: #3f457e;
}

.ehq-cardTitle a {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.15em;
  color: #121212;
}

.ehq-projectDescriptionContainer {
  margin: 0.75em 0;
  font-size: 111%;
  line-height: 1.4em;
  letter-spacing: -0.15px;
  color: #121212;
}

/*# sourceMappingURL=aaa_widget-shapelakemac.css.map */