.titulo-texto .texto ul li {
    list-style: none;
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 20px;
}
@media only screen and (max-width: 480px) {
.titulo-texto .texto ul li {
    line-height: 24px;
    font-size: 16px;
}
}