Hello There,
Thanks for writing in! To adjust the cta in smaller screens, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
@media(max-width: 767px){
.vc_general.vc_cta3 {
padding-left: 10px;
padding-right: 10px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
padding-left: 10px;
padding-right: 10px;
font-size: 90%;
}
}
Please let us know if this works out for you.