@media (max-width: 551px)
{
    /*.hero__slide__desc*/
    /*{*/
    /*    display: none!important;*/
    /*}*/

    .hero__slide-title
    {
        font-size: 30px!important;
    }
}

@media (max-width: 300px)
{
    .hero__slide-title
    {
        font-size: 25px!important;
    }
}