@media(max-width:473px){
 .component.full-page-slide .field-cta-buttons .button + .button +.button {
    margin-left:0px;
    margin-top:8px
    }
}
@media(min-width:1024px) and (max-width:1213px){
 .component.full-page-slide .field-cta-buttons .button + .button +.button {
    margin-left:0px;
    margin-top:8px
    }
}
