.btn-descargar-app,
.btn-probar-gratis{
    padding:12px 20px;
    border-radius:999px;
    text-decoration:none;
    font-weight:600;
}

.btn-descargar-app{
    background:#47c466;
    color:#fff;
}

.btn-probar-gratis{
    background:#0b1117;
    color:#fff;
}

/* Mobile */
@media (max-width:768px){

    .btn-descargar-app{
        display:inline-flex !important;
    }

    .btn-probar-gratis{
        display:none !important;
    }

}

/* Desktop */
@media (min-width:769px){

    .btn-descargar-app{
        display:inline-flex !important;
    }

    .btn-probar-gratis{
        display:inline-flex !important;
    }

}