.hover-text {
    opacity: 0;

    transition: ease-in-out ;
}
.hover-item:hover .hover-text {
    opacity: 1;
}
.hover-item{
   height: 30px;
}
.hover-item:hover{
    height: auto;
}
.hover-text{
    font-size: 25px;
}
.title{
    color: #9fc3dc;;
}
