.text {
  flex-direction: column;
  font-family: 'Poppins Light', 'Poppins', sans-serif;
  line-height: 1.5;
  font-feature-settings: "ss01" !important;
}

.h4 {
  margin: 3rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 200;
  text-shadow: 0px 0px 1px rgb(35 35 35 / 18%);
}

  .h4:before {
    content: "";
    height: 100%;
    width: 4px;
    background: var(--color-6);
    margin-right: 1rem;
  }

.project-overview {
  width: 100%;
  justify-content: space-between;
}

.status span + span {
  padding: 0 1rem;
}

.dates {
  padding: 0 1rem;
  flex-direction: column;
}

.images {
  flex-wrap: wrap;
}

  .images > a {
    padding: .5rem;
  }
