* {
    font-family: Arial;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../font/DINRoundPro-Black.woff2') format('woff2'),
    url('../font/DINRoundPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINRoundPro';
    src: url('../font/DINRoundPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    background: #3056ff url(../img/bg.png) repeat center;
    text-align: center;
    padding-bottom: 32px;
}


.content {
    max-width: 1024px;
    margin: auto;
    color: #ffc900;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: Arial;
    text-align: center;
    background-image: url('../img/pic_alpha_new.png');
    background-repeat: no-repeat;
    padding-top: 260px;
    background-size: 954px 373px
}
@media only screen and (max-width: 954px)  {
.mob .content {
     background-size: 100% auto;
}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    body {
        background: #3056ff url(../img/bg@2x.png) repeat center;
        background-size: 312px 312px;
    }

    .content {
         background-image: url('../img/pic_alpha_new@2x.png');
        background-repeat: no-repeat;
        padding-top: 260px;
    }

    .mob .content {
    }
}

.content a, .content a:visited, .content a:hover {
    color: #ffc900;
    text-decoration: none;
    font-weight: 900;
    font-family: DINRoundPro, Arial;
}

.header-title {
    font-weight: bold;
    font-family: DINRoundPro, Arial;
    color: white;
    font-size: 30px;
    padding-top: 20px;
}

.header-title.__small {
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
    padding-left: 12px;
    line-height: 20px;
}

.mob .header-title.__small {
  padding-left: 24px;  
} 



.header-text {
    font-weight: 500;
    font-family: DINRoundPro, Arial;
    margin: auto;
    padding-left: 12px;
    padding-right: 42px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}
.mob .__web {
    display: none;
}
.mob .header-text {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.cards {
    margin: 20px auto auto;
    max-width: 1100px;
    text-align: left;
}

.mob .cards {
    text-align: center;
    margin: 12px auto;
}

.card {
    max-width: 306px;
    display: inline-block;
    margin: 12px;
    box-shadow: 0px 12px 24px 0px #2645cc;
}

@media (max-width: 330px) {
    .mob .card {
        margin: 6px;
    }
}

.card-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
}

.card-text {
    flex-grow: 1;
    font-size: 12px;
    color: #999999;
    height: 32px;
    line-height: 16px;
    text-align: left;
    padding-left: 8px;
    box-sizing: border-box;
}

.card-text_header {
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-text_footer {
    font-weight: normal;
}

.card-button {
    flex-grow: 0;
    font-size: 12px;
    color: #666666;
    padding: 0px 16px;
    border-radius: 12px;
    background-color: #ebebeb;
    height: 24px;
    line-height: 24px;

}

.card-image {
    width: 306px;
    height: 172px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-icon {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    border-radius: 2px;
}