.content-item{
    display: block;
    padding-top: 25px;
    position: relative;
    top: 0;
    transition: all 0.5s;
}
.content-item:hover{
    /* padding-top: 15px;
    margin-bottom: 9px; */
     top: -15px;
}
.content-item:hover .text-item{
    border-bottom: 1px solid #ccc;
    color: #328BDF;
}
.text-item{
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    color: #666666;
    text-align: center;
}
.img-w-auto{
    width: 100%;
}
@media(min-width:768px)
{
	
}
@media(max-width:768px)
{
    .text-item{
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        height: 30px;
    }
}