.home .feature {
  box-sizing: border-box;
  padding: 1.25rem;
  border: 1px solid #eaecef;
  border-radius: 6px;
  background-color: #fff;
}

.home .feature h2 {
  margin-top: .8rem;
}

.home .feature p {
  min-height: 3.4rem;
  margin-bottom: .8rem;
}

.home .feature .action-link {
  display: inline-block;
  padding: .55rem .9rem;
  border-radius: 4px;
  background-color: #3eaf7c;
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color .1s ease;
}

.home .feature .action-link:hover {
  background-color: #4abf8a;
  text-decoration: none;
}

@media (max-width: 719px) {
  .home .feature {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
  }

  .home .feature p {
    min-height: 0;
  }
}
