import styled from 'styled-components';
const Wrapper = styled.div`
margin-bottom: 2.3rem;
`;
export default Wrapper;