styles.module.css 138 B

1234567891011
  1. .features {
  2. display: flex;
  3. align-items: center;
  4. padding: 2rem 0;
  5. width: 100%;
  6. }
  7. .featureSvg {
  8. height: 200px;
  9. width: 200px;
  10. }