.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;

    text-align: center;
}

.navigation {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    column-gap: 3rem;
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.navigation-button {
    text-align: center;
    padding: 15px 25px;
    background-color: #1e222b;
    color: #fff5d0;
    text-decoration: none;
    max-width: 200px;
    min-width: 200px;
}

.navigation-button p {
    font-size: small;
}

.navigation-button .title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}