import styled from '@emotion/styled';

export const Text = styled.div`
  margin-top: 30px;
  font-size: 24px;
  p {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
`;
