 .btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

        input, select {
            margin-bottom:8px;
        }

        .app-badge ul li.list-inline-item:not(:last-child) {
    margin-right: 25px;
}

@media (max-width: 768px) {
    .app-badge ul li.list-inline-item:not(:last-child) {
        margin-bottom: 25px;
        margin-right: 0;
    }
}
.btn-download {
    padding: 10px 25px;
    font-size: 14px;
    background: #232323;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:10px;
}

    .btn-download i {
        font-size: 40px;
        margin-right: 10px;
    }

    .btn-download span {
        display: block;
        font-size: 20px;
    }

    .btn-download:hover {
        color: #fff;
    }