@media (max-width: 1200px) {
    .section2_block__first_col{
        background-image: none;
    }
}

@media (max-width: 992px) {
    .sure_text{
        font-size: 14px;
    }
    .dear_text{
        font-size: 14px;
    }
    .section1_block__first_col{
        background-image: none;
    }
    .uyut_logo_wrapper{
        margin-top: 0;
    }
    .rodeo_text{
        font-size: 24px;
    }
    .image_arrow_img{
        flex:100%
    }
    .image_arrow_arrow{
        flex:0%
    }
    .instruction_items_arrow_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .instruction_items_wrapper_arrows{
        margin-left: -15px;
    }
    .image_arrow_wrapper_down{
        margin-top: 0;
    }
    .u_can_text{
        font-size: 18px;
    }
}
@media (min-width: 769px) {
    .mobile{
        display: none;
    }
}
@media (max-width: 768px) {
    body{
        background: #212C36;
        background-image: url("../images/big_bg.png");
    }
    .template_wrapper{
        display: none;
    }
    .page1_video_left_col {
        background-image: none;
    }
    .section3_block__first_col{
        background-image: none;
    }
    .welcome_text img {
        width: 100%;
    }
    .page1_video_col{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 576px) {

}






