h1.line,
h2.line{
    position: relative;
    padding-bottom: 12px;
    border-bottom: solid 10px #00A2DB;
}
h2.line{
    margin: 15px 0 15px;
}
h1.line img,
h2.line img{
    position: absolute;
    margin-left: 15px;
    bottom: -8px;
}
.item h2.line{
    margin-top: 40px;
}













.text-widget .clear-left{
    clear: left;
}
.text-widget strong{
    font-size: 18px;
}
.text-widget ul{
    padding: 0;
    margin-top: 5px;
}
.text-widget li{
    margin: 5px 0;
    list-style: none;
}
.text-widget a{
    font-size: 17px;
    color: #014587;
    display: block;
    text-decoration: underline;
}
.text-widget a i{
    padding-right: 5px;
}



.text-widget .tests{
    color: #780231;
    font-size: 17px;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
}
.text-widget .tests:hover{
    color: #780231;
}

@media only screen and (max-width: 768px) {
    .text-widget {
        margin: 15px 0 30px 0;
        text-align: justify;
    }
    .text-widget h1{
        text-align: center;
    }
    .text-widget a{
        display: block;
        margin: 0 auto;
        padding: 20px;
    }
}
