
@media screen and (max-width: 560px) {
    .appBtnContainer {
        display: flex!important;
        background: var(--color-green-4);
        justify-content: center;
        border-radius: 8px;
        margin: 24px 0;
        height: 50px;
    }

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

.appBtnContainer {
    display: none;
}