html,
body {
    height: 100%;
}

.container {
    /* height: 100%;
    display: flex; */
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

i {
    padding-right: 10px;
}

div.btn-group {
    margin: 0 auto;
    text-align: center;
    width: inherit;
}

img {
    max-width: 120px;
}

@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?185fbz');
    src: url('../fonts/icons.eot?185fbz#iefix') format('embedded-opentype'), url('../fonts/icons.ttf?185fbz') format('truetype'), url('../fonts/icons.woff?185fbz') format('woff'), url('../fonts/icons.svg?185fbz#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-alipay:before {
    content: "\e900";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before {
    content: "\f1d7";
}