import styled from 'styled-components'; export const TextWrapper = styled.div` width: 324px; margin-bottom: 16px; `; export const BtnWrapper = styled.div` width: 100%; text-align: right; `;