/* =======================================
  Project
======================================= */

.wtoolkit-project {
  display: grid;
  gap: 20px;
}

.wtoolkit-project-item {
  height: 100%;
  justify-content: space-between;
}

.wtoolkit-project-content-wrapper {
  width: 100%;
}

.wtoolkit-project-item-wrapper {
  overflow: hidden;
  height: 100%;
}

.wtoolkit-project-item-wrapper a.wtoolkit-project-item-global-link {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: inherit;
}

.wtoolkit-project-item-wrapper a.wtoolkit-project-item-global-link:hover {
  color: inherit;
}

.wtoolkit-learnmore {
  margin-top: 20px;
}

.project-title {
  margin-bottom: 7px;
}

.project-excerpt {
  margin-bottom: 0;
}