.t001__descr ul {
    margin-left: 100px;
}

@media screen and (max-width:640px) {
   .t001__descr ul {
        margin-left: 20px;
    }
}