.how-start-playing {
    position: relative;
    height: 1050px;
}

.how-start-playing__bkg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

.bkg__left-side {
    background-color: #EAEAEA;
    width: 75%;
    margin-right: -20%;
    clip-path: polygon(0% 0%, 73.4% 0%, 87.8% 100%, 0% 100%);
}

.bkg__right-side {
    background: url("/assets/images/how-start-play.jpg") center center;
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 25% 100%);
    background-size: cover;
    width: 45%;
    height: 100%;
}

.how-start-playing__instruction {
    padding-top: 153px;
    position: relative;
    max-width: 52%;
}

.instruction__title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 50px;
}

.step {
    display: flex;
}

.step__count {
    margin-right: 20px;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC2B24;
    padding: 4px;
    border: 1px solid #CC2B24;
    font-size: 15px;
    font-weight: 700;
}

.instruction__subtitle {
    font-size: 28px;
    margin-bottom: 15px;
}

.instruction__description {
    font-family: NunitoSans, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.instruction__button {
    cursor: pointer;
    user-select: none;
    width: fit-content;
    padding: 18px 35px;
    border: 1px solid #2E2E2E;
    transition: .2s;
    color: #2E2E2E;
    font-size: 16px;
    margin-bottom: 40px;
}

.instruction__button:hover {
    color: #CC2B24;
    border-color: #CC2B24;
}

.instruction__images {
    display: flex;
}

.instruction__image {
    background-position: center center;
    background-size: cover!important;
    width: 168px;
    height: 90px;
    margin-right: 15px;
}

.instruction__image-1 {
    background: url("/assets/images/step1.jpeg")
}

.instruction__image-2 {
    background: url("/assets/images/step2.jpeg")
}

.instruction__image-3 {
    background: url("/assets/images/step3.jpeg")
}
