body {
   background-color: #0b0b0b; 
}
#header .holder {
    max-width: 1282px;
}
#header nav,
#header .block-holder {
    width: 100%;
    justify-content: center;
}
nav a {
    margin-left: 10px;
    color: #67676a;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
nav .dn {
    display: none;
}
.how-create-account .htp,
.how-to-subscribe .htp,
.sports-mining .htp,
.sap-act .htp,
.career .htp,
.virtual-outfits .htp,
.join-team .htp,
nav a:hover,
.how-to-play .htp {
    border-radius: 50px;
    background: #111;
    color: #fff;
}
footer {
    background-color: #000;
    padding: 60px 0;
}

.header-holder {
    height: 70px;
}
.how-to-play .list-holder {
    min-height: calc(100vh - 339px);
}
.how-to-play .list {
    padding-top: 50px;
    width: 1282px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}
.how-to-play .list li {
    width: 410px;
/*    height: 232px;*/
    margin-bottom: 30px;
}
.how-to-play .list a {
    display: block;
    box-sizing: border-box;
    color: #67676A;
    width: 410px;
/*    height: 232px;*/
    height: 100%;
    background-color: #111;
    padding: 34px;
    border-radius: 40px;
}
.how-to-play .list .heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.how-to-play .list img {
    margin-right: 16px;
}
.how-to-play .list .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}


@media screen and (max-width: 1300px) {
    .how-to-play .list-holder {
        min-height: auto;
        max-width: 366px;
        margin: 0 auto;
    }
    .how-to-play .list {
        padding-top: 12px;
        width: auto;
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        flex-direction: column;
    }
    .how-to-play .list li {
        width: 100%;
        margin-bottom: 16px;
    }
    .how-to-play .list a {
        width: auto;
        padding: 24px;
        border-radius: 30px;
    }
    .how-to-play .list .heading {
        margin-bottom: 12px;
    }
    .how-to-play .list .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 780px) and (max-width: 1300px) {
    .how-to-play .list-holder {
        max-width: 732px;
    }
    .how-to-play .list {
        padding-top: 24px;
        margin: 0 auto 40px;
        font-size: 32px;
        line-height: 40px;
    }
    .how-to-play .list li {
        margin-bottom: 32px;
    }
    .how-to-play .list a {
        padding: 48px;
        border-radius: 60px;
    }
    .how-to-play .list .heading {
        margin-bottom: 24px;
    }
    .how-to-play .list .title {
        font-size: 32px;
        line-height: 40px;
    }
    .how-to-play .list img {
        margin-right: 32px;
        width: 72px;
        height: 72px;
    }
}