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