.centered-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.full-width-cta {
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}