.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}
.feature svg {
  width: 2rem;
  height: 2rem;
}
.bg-green {
  background-color: orange;
}
