@@ -10,7 +10,7 @@ const Section = styled.div`
flex-direction: column;
align-items: center;
margin: 0;
- padding: 102px 0;
+ padding: 102px 0 110px;
background-color: #eaeaea;
@media only screen and (max-width: 768px) {
@@ -4,7 +4,7 @@ import config from '../../config';
const Recaptcha = styled.div`
display: flex;
- margin: 40px 0 16px;
+ margin: 54px 0 16px;
`;
const ReCaptcha = () => (