.block-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.block-cta .cta {
    border-radius: 20px;
    text-align: center;
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.block-cta .cta-button-content {
    display: flex;
    justify-content: center;
}
.block-cta .cta-button {
    border-radius: 20px;
    width: 100%;
    height: 48px;
    text-align: center;
    align-content: center;
    margin-top: 10px;
}
.block-cta .cta-button-content a {
    text-decoration: none;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .block-cta .cta-button-content a {
        width: 300px;
    }
}