How to adjust padding in footer between sections mobile view - brooklyn theme

please help me adjust the padding in between my newsletter and footer

Please add below css in bottom of assets/timber.scss.css file

@media only screen and (max-width:567px) {

div#shopify-section-footer {

margin-top: 40px;

}

}

Thank you.