﻿.right-logos {
    display: flex;
    justify-content: end;
    padding-top: 0
}

.appstore-icons {
    display: flex;
    margin-bottom: 70px;
}

    .appstore-icons .row {
        align-self: flex-start;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .appstore-icons img {
        width: 140px;
    }

        .appstore-icons img:first-child {
            height: 54px;
        }

        .appstore-icons img:last-child {
            height: 50px;
        }


@media only screen and (max-width: 763px) {
    .right-logos {
        display: block;
        justify-content: normal;
    }

    .appstore-icons {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

        .appstore-icons .row {
            align-self: flex-start;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            text-align: center;
            border-top: 1px solid #82807f;
            border-bottom: 1px solid #82807f;
        }
}

@media only screen and (max-width: 1016px) {
    .appstore-icons {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}
