.app-info__label {
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Oswald';
    /*font-family: 'URW DIN';*/
    /* font-family: 'Mulish', sans-serif; */
    color: #ff;
    color: #00113d;
}

.app-info__detail {
    font-size: 16px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
}

.app-badge {
    display: flex;
    margin-top: 30px;
    flex-direction: row
}

.app-badge .badge-item {
    margin-right: 15px;
}

.app-badge .badge-item img {
    max-height: 40px;
}



.app-cash {
    display: none;
    margin-top: 15px
}

.app-cash .app-cash__label {
    color: #00113d !important;
}

.app-cash .app-cash__list {
    display: flex;
    flex-direction: row;
    align-items: center
}

.app-cash .app-cash__list .app-cash__item {
    margin-right: 20px
}