.feature-grid .demo-feature {
  display: flex;
  flex-direction: column;
}

.feature-grid .demo-feature p {
  flex: 1;
}

.demo-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 15px;
  border: 1px solid #42e0c1;
  border-radius: 9px;
  background: rgba(66, 224, 193, .08);
  color: #eef6ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background .15s, transform .15s;
}

.demo-button:hover {
  background: #42e0c1;
  color: #07130f;
  transform: translateY(-1px);
}

.demo-button b {
  color: #42e0c1;
  font-size: 20px;
}

.demo-button:hover b {
  color: inherit;
}
