Custom CSS Move Slideshow Header Text, Text & Buy Now Button Up Higher

Hi guys! I purchased this ‘Slideshow 3’ on the Section Store app on Shopify. I really need help moving the header title text, text & text link (button) up higher. Similar place where I put the lines. I would be SO thankful!!!

I want this position for all 3 slide photos (this is mobile but desktop placing should be similar.

Preview link: https://2ijy7c4phuvlvi5y-75721343252.shopifypreview.com

Hey @babystore123 please add the below css code to your “base.css” file.

.text-content-template--22097707368724__ss_slideshow_3_6Dzxk8 {
    top: 27%;
}
.text-template--22097707368724__ss_slideshow_3_6Dzxk8 {
    margin-top: 14px;
}
.button-wrapper-template--22097707368724__ss_slideshow_3_6Dzxk8 {
    margin-top: 29px;
}

Thank you so much!