Text&Button location parallax 'mage on home page

Good day!

I couldn’t resolve this issue in previous post, so I write again, sorry for repetition. I need to move Text&Button together, on the lower half of the image. I tried this suggested code,

/button height on parallax/
.cover p{
margin-bottom:100px;
}

but it changes the distance between buttons and text. I need to move buttons&text altogether. Please see the screenshot.
Is there a code to make this happen?
Best regards,
Kseniya

Hello there,

I hope you are doing well today.

Please try using the following CSS code to move the title and the buttons:

/*Move title and button*/
.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.text-center {
    top: 100px;
}

If this does not work, please provide a link to the page and more information on where you want the elements moved.

Best Regards,
Support

Thank you, this is exactly what I needed!
Have a nice day,
Kseniya

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support