@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
    .rew_block_3__item h3 {
        font-size: 21px;
    }

    .rew_block_3__item___text
    {
        font-size: 14px;
    }
}


@media screen and (max-width: 992px) {
    .rew_block_3__item___video
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .rew_block_3__item___text
    {
        width: 100%;
    }

    .rew_block_3__item
    {
        flex-direction: column;
    }

    .rew_block_3__item h3 {
        font-size: 24px;
    }

    .rew_block_3__item___text
    {
        font-size: 16px;
    }

    .rew_block_3__item___text::after 
    {
        width: 92%;
    }

    .rew_block_3__item___text small
    {
        display: none;
    }
}


@media screen and (max-width: 768px) {


}

@media screen and (max-width: 660px) {}

@media screen and (max-width: 576px) {
   .xs_rew_play svg
   {
    width: 64px;
    height: 64px;
   }

   .xs_rew_play {
       position: absolute;
       top: 50%;
       margin-top: -32px;
       left: 50%;
       margin-left: -32px;
       cursor: pointer;
       transition: all 0.3s;
   }

   .rew_block_3__item___text::after {
       width: 87%;
   }
}

@media screen and (max-width: 510px) {}

@media screen and (max-width: 460px) {

}

@media screen and (max-width: 400px) {
    .rew_block_3__item h3 {
        font-size: 17px;
    }

    .rew_block_3__item___text {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 340px) {}
    
    