#aboutJ{
    position: relative;
}
#aboutJ .tittle{
    margin-bottom: 10px;
}
#aboutJ .tittle h2{
    font-size: 30px;
    font-weight: 700;
}
#aboutJ .tittle p{
    font-size: 19px;
}
#aboutJ .immg{
    display: flex;
    flex-wrap: wrap;
}
#aboutJ .immg .item{
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 60px);
    margin: 5px 30px 15px;
    position: relative;
    align-items: center;
}
#aboutJ .immg .item h2{
    font-size: 25px;
}

#aboutJ .immg .item p{
    color: #919191;
}
#aboutJ .immg .item  p.hovver{
    color: #f3f3f3;
}
#aboutJ .immg .item a{
    position: relative;
}
#aboutJ .immg .item a:before{
    content:
    "";
    width:100%;
    height:100%;
    position:
    absolute;
    background: #4545450d;
    top:0;
    opacity:0
}
#aboutJ .immg .item a:hover:before{
    opacity:1
}
#aboutJ .immg .item a:hover p.hovver{
    opacity:1
}

p.hovver{
    position: relative;
    color: white;
    font-size: 26px;
    font-weight: 700;
    opacity: 1;
    background: #289173c4;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#aboutJ .immg .item p a{font-size: 26px;font-weight: 700;color: white;}
@media screen and (max-width: 768px) {
	#aboutJ .immg .item{
        width: calc(50% - 60px);
    }
    #aboutJ .immg .item p a{
        font-size: 20px;
    }
    #aboutJ .immg .item p{
    width: 95%;
}
}

@media screen and (max-width: 480px) {
	#aboutJ .immg .item{
        width: calc(50% - 20px);
        margin: 5px 10px 15px;
    }
}