aside .ticker li h3, article .dx ul.ticker li h3 {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
}

    aside .ticker li h3 span, article .dx ul.ticker li h3 {
        font-weight: 700
    }

article aside ul.ticker li {
    font-size: 18px;
    margin-bottom: 0px;
    background-size: auto 25px;
    padding-left: 0px;
    background-image: none;
    width: 100%;
    clear: both;
    height: auto;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

ul.ticker .img {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
    max-width: 100px;
    text-align: center;
}

    ul.ticker .img img {
        margin-bottom: 0px;
        max-height: 83px;
    }

ul.ticker .testo {
    position: relative;
    float: left;
    width: 60%;
    padding-left: 15px;
}

    ul.ticker .testo div {
        max-height: 70px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    ul.ticker .testo a:hover {
        text-decoration: none
    }

    ul.ticker .testo p {
        margin-bottom: 0px;
    }

        ul.ticker .testo p a {
            /* text-decoration: underline; */
            color: #23abe1;
            font-weight: 600;
        }

ul.ticker .data {
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.ticker, article aside ul.ticker {
    max-height: 302px;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
}

aside .ticker a {
    color: #23abe1;
}

ul.ticker li {
    margin-bottom: 20px;
}

ul.ticker {
}

@media (max-width:875px) {
    ul.ticker .testo div {
        max-height: 65px;
    }
}
