Brooklyn theme image with text padding for text section only

I need to know how to add padding to the text area of the image with text section on the Brooklyn theme. I want the picture to touch edge to edge but I need the text only to have some padding.

This is a screenshot of what I am referring to. I want the picture still to take up the entire space with no padding around it but I need the text and button to have some padding so they do not run into the edges.

Share your store url… @kdcoogler

This should link to the preview version that I am working on.

https://7gwmd93ksbeu257d-56967463070.shopifypreview.com

@kdcoogler I hope you want something like the below

All the below code

@media only screen and (max-width: 768px){
.feature-row__text {
    padding: 35px 20px !important;
}
}

Note: 35px means top and bottom and 25px means left and right

Hope this works

thanks

@Anthony_David_1

Yes this is what I was needing. Just couldn’t figure out how to make the padding for the text and button on my own. Thank you!

Hate to add on but I also am wanting to modify the hero banner text to show at the bottom corner and potentially add a highlight to it, similar to the venture theme banner. Do you think you could help with this as well? Either way I will accept this solution for my original question.