/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.about-values .card {
  min-height: 28rem;
}
.about-values .card h3 {
  position: relative;
  padding-left: 2rem;
  font-size: 1em;
  font-weight: 500;
}
.about-values .card h3::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
  background-color: #64C764;
  box-shadow: 0 0 0 2px rgba(100, 199, 100, 0.2);
}
