ul.categ-blog {
    padding: 15px 0px;
}

ul.categ-blog li {
    list-style: none;
    width: 100%;
}

ul.categ-blog li a {
    display: block;
    padding: 5px 0px;
    color: #000000;
    /* font-weight: bold; */
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
ul.testo li {
    list-style: none;
}
.chi_siamo {
    text-align: justify;
}

.chi_siamo .titolo {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.testo {
    padding: 15px;
}

.ts-item {
    background: #ffffff;
    text-align: center;
    padding: 35px 25px 30px 25px;
    height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ccc;
    margin-bottom: 38px;
}

.single-cont a {
    padding: 9px;
    display: block;
    margin-bottom: 18px;
    background-color: #6b9199;
    color: #fff;
    border-radius: 5px;
}

.sb-widget .sb-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-column p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}







