.button-cta {
    border: none;
    cursor: pointer;
    background-color: #FFC107;
    /* background-color: rgba(29, 29, 29, 0.8); */
    border-radius: 20px;
    color: black;
    transition: .3s;
}

.button-cta p {
    text-decoration: none;
    color: black;
}

.button-cta:hover {
    box-shadow: 0 0 0 2px white;
    background-color: #cd9a00;
    /* background-color: rgb(19, 19, 105); */
}

.button-cta-fn {
    box-shadow: 0 0 0 4px transparent;
}

.button-cta a {
    text-decoration: none;
}

@media only screen and (min-width : 950px) {}