.cta-buttons {
    display: flex;
    gap: 30px;
}

.cta-buttons.align-center {
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .cta-buttons {
        flex-wrap: wrap;
        gap: 20px;
    }
}