import styled from 'styled-components'; export const OrderPaymentsWrapper = styled.div` margin: 0 15px; font-size: 18px; display: flex; flex-direction: column; `; export const OrderPaymentTitle = styled.h3` margin: 0; font-size: 20px; `;