.node-project-card {
  max-width: 316px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  font-family: Lora, Georgia, serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.pt-c-hero {
  width: 316px;
  height: 90px;
  overflow: hidden;
}
.pt-c-w {
  padding: 16px;
  display: flex;
  row-gap: 8px;
  flex-flow: column;
}
.pt-c-t {
  color: #000;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: calc(1em + 2px);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.pt-c-pills.g {
  align-items: center;
  gap: 7px 6px;
}
.pt-c-pills .pt-c-pill.g--4 {
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(40, 139, 228, 0.1);
  color: #091f2f;
  font-size: calc(1em - 3px);
  text-align: center;
  max-width: fit-content;
  margin: 0;
  flex-basis: max-content;
}
.pt-c-d {
  line-height: 1.1em;
  font-size: calc(1em + 2px);
}
#content .infobubble{
  overflow: hidden;
}
