2019-10-19 21:24:16 +04:00
|
|
|
import styled from 'styled-components';
|
|
|
|
|
|
|
|
export const PrivacyWrap = styled.div`
|
2019-09-14 14:47:16 +04:00
|
|
|
h4 {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
}
|
2019-10-19 21:24:16 +04:00
|
|
|
`;
|