#instruction {
    width: 100%;
    padding: 100px 20px;
    margin-top: 50px;
    background-image: url("../assets/web-images/how-works-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.instruction-text {
    text-align: center;
    font-size: 1.7em;
    font-weight: 1000;
}

.instruction-steps {
    display: flex;
    width: 60%;
    margin: 40px auto 0;
    justify-content: space-between;

}

.instruction-steps img {
    margin-top: 30px;
    width: 113px;
    height: 55px;
}

.instruction-steps-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.instruction-steps-icon {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background: #4609C3;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #fff;
}

.instruction-steps-text {
    font-size: 1.2em;
    font-weight: 500;
}


.common-bg {
    background-image: url("../assets/web-images/lootbox-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.counter-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#counter {
    padding: 50px 0;
    background-image: url("../assets/web-images/counter-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.counter-item {
    border: 1px solid #111;
    border-radius: 15px;
    width: 260px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    margin-bottom: 20px;
}

.counter-icon {
    background-color: #4609C3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #111;
}

.counter-number {
    margin: 18px 0 5px;
    font-size: 43px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
}

