import styled from 'styled-components'; export const SectionTitle = styled.h2` color: #fff; font-size: 3.5rem; flex: auto; line-height: 1.3; margin: 0 0 3rem; width: 100%; text-align: center; @media (min-width: 768px) { font-size: 4.5rem; margin: 0 0 6rem; } `;