FeaturesSection.css 322 B

12345678910111213141516
  1. .featuresSection{
  2. padding-top: 122px;
  3. width: 100%;
  4. height: fit-content;
  5. background-color: #fff;
  6. position: relative;
  7. }
  8. .innerFeaturesSection{
  9. border-bottom: solid 1px rgba(38, 39, 45, .1);
  10. display: flex;
  11. justify-content: space-between;
  12. padding-bottom: 126px;
  13. margin: 0 248px;
  14. }