.mobile-device .apps-row > div {
    max-width: 100vw !important;
    flex-direction: column;
}

.mobile-device .apps-row .box {
    max-width: 100% !important;
}

.mobile-device .apps-row .app-box {
    order: -1;
    margin-bottom: 2em;
}

.mobile-device .apps-row .app-box .box-button {
    margin-top: 1em;
    text-align: right;
}

.mobile-device .apps-row .box.box-mobile .badges {
    justify-content: space-between;
}

.mobile-device .apps-row .box.box-mobile .badges .apple {
    margin-right: 0;
}

.mobile-device .apps-row .image-box {
    order: -1;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: center;
}

.mobile-device .apps-row .image-box > img {
    margin-right: 0 !important;
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
    .mobile-device .apps-row .box.box-mobile .badges {
        justify-content: center !important;
    }

    .mobile-device .apps-row .box.box-mobile .badges .apple {
        margin-right: 15px !important;
    }
}

.mobile-device .apps-row .box.box-mobile .badges > div {
    max-width: 166px;
    width: 100%;
}

.mobile-device .apps-row .box.box-mobile .badges img {
    width: 100%;
}