.order_step_up {
    background: #F2F2F2;
    margin: 34px 0 23px 0;
    height: 2px;
}
.step_order_container {
    width: 100%;
}

.step_order_container.photobook {
    width: 100%;
    margin: 80px 0 40px;
}
.order_step {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    min-height: 475px;
    margin-bottom: 60px;
}

.order_step.photobook {
    padding: 77px 71px 68px 68px;
    min-height: auto;
    margin-bottom: 0;
}
.order_step_title {
    margin: 32px 0 38px 50px;
    font-size: 32px;
    font-family: 'empikProBold';
    letter-spacing: 0.2px;
    line-height: 40px;
}

.order_step_title.photobook {
    margin: 0;
    margin-bottom: 32px;
}
.order_step_title.rwd {
    display: none;
}
.order_step_title h2 {
    padding: 0;
}
.order_step_content {
    display: flex;
    padding: 0 42px;
}

.order_step_content.photobook {
    display: flex;
    padding: 0;
}

.order_step_content_image {
    display: flex;
    align-items: flex-start;
}

.order_step_content_image img {
    max-width: 300px;
    width: 100%;
}

.order_step_content_image.photobook {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-top: -60px;
}

.order_step_content_image.photobook img{
    max-width: 418px;
    width: 100%;
}

.order_step_content_steps {
    max-width: 366px;
    margin-left: 16px;
}

.order_step_content_steps.photobook {
    flex: 1;
    margin-left: 0;
}

.steps {
    display: flex;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-bottom: 13px;
}

.steps.photobook {
    gap: 16px;
}

.step_number {
    min-width: 32px;
    height: 32px;
    border: 1px solid #00000040;
    color: black;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'empikProBold';
    margin-right: 16px;
}
.step_description h3{
    font-size: 14px;
    font-family: empikProBold;
    padding: 0;
    margin-bottom: 8px;

}
.step_description p{
    font-size: 14px;
    font-family: empikProRegular;
    color: #575757;
}
.step_order_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 659px;
}
.step_order_text h2{
    padding: 0;
    font-family: empikProBold;
    font-size: 32px;
    letter-spacing: 0.2px;
    line-height: 40px;
    margin-bottom: 24px;
}
.step_order_text p {
    color: #575757;
    font-size: 15px;
    font-family: empikProRegular;
    letter-spacing: 0.4px;
    line-height: 24px;
    max-width: 572px;
}
.order_step_down {
    background: #F2F2F2;
    margin: 46px 0 58px 0;
    height: 2px;
}

.primary-btn {
    width: 100%;
    max-width: 150px;
    height: 36px;
    background: #FF5747;
    font-size: 15px;
    font-family: empikProBold;
    border-radius: 37px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.primary-btn:hover {
    color: white;
}

.primary-btn.transparent {
    background: transparent;
    color: black;
    border: 1px solid black;
}

@media screen and (max-width: 1220px) {
    .step_order_container {
        padding-left: 32px;
    }

    .step_order_container.photobook {
        padding: 0 32px;
    }
}

@media screen and (max-width: 800px){
    .step_order_container {
        padding-left: 0;
        margin-top: 40px;
    }

    .step_order_container.photobook {
        padding: 0 16px;
        margin-top: 40px;
    }
    .order_step_up {
        display: none;
    }

    .order_step_content {
        padding: 0 16px;
        flex-direction: column;
    }
    .order_step_title {
        display: none;
    }
    .order_step_title.rwd {
        display: flex;
        padding: 0;
        font-size: 26px;
        margin:0 0 14px 0;
        letter-spacing: 0.3px;
        line-height: 32px;
    }
    .order_step_title.rwd h2{
        font-size: 26px;
    }
    .order_step_content_image, .order_step_content_image.photobook {
        margin: 48px 0 50px 0;
        justify-content: center;
    }
    .order_step_content_steps {
        margin-left: 0;
    }
    .step_order_text {
        padding: 0 16px;
    }
    .step_order_text h2{
        padding: 0;
        font-family: empikProBold;
        font-size: 26px;
        letter-spacing: 0.3px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .order_step_down {
        display: none;
    }

    .order_step.photobook {
        padding: 16px;
    }

    .order_step_content.photobook {
        align-items: center;
    }
}