
@media screen and (max-width: 560px) {

    .appBtnContainerWrapper {
        display: block!important;
        margin: 24px 0;
        height: 50px;
    }

    .appBtnContainer {
        display: flex!important;
        background: var(--color-green-4);
        justify-content: center;
        border-radius: 8px;
        height: 100%;
    }

    .appLink {
        text-decoration: none;
        font-weight: bold;
        align-self: center;
        font-size: 20px;
    }
}


.appBtnContainerWrapper {
    display: none;
}


.appBtnContainer {
    display: none;
}