Hi @kashco
Because the image and button are in two different blocks, it is difficult to edit the center. It can only be edited relatively.
You can add this code to the Custom CSS section https://prnt.sc/CYKt5fZbfB5l
.banner__buttons.banner__buttons--multiple > a:nth-child(1) {
margin-right: 18rem !important;
}
@media screen and (max-width: 768px){
body .banner__buttons.banner__buttons--multiple > a:nth-child(1) {
margin-right: 0 !important;
margin-bottom: 28rem !important;
}
.banner__buttons.banner__buttons--multiple {
margin-top: 7rem;
}
}

