.cta {
    min-height: fit-content;
    width: 100%;
    max-width: 800 px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta h1 {

    margin-bottom: 0rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {}

.cta button {
    margin-top: 2rem;

}