.cta{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (min-width: 778px) {
    .cta{
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}