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


@media only screen and (min-width: 768px) {
    .cta-buttons.align-center-d {
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {
    .cta-buttons.align-center-m {
        justify-content: center;
    }
}
