.home-about {

}
.home-about .item-about {
    background: #0059b5;
    height: 100%;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    color: white;
    padding-bottom: 120px;
    /* text-align: justify; */
    transition: all .3s ease-in-out;
}
.item-about a, .item-about p {
    color: inherit;
}
 .item-about p {
     text-align:justify;
 }
.item-about h4 {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.item-about .img-thumbnail {
    width: 95px;
    height: 95px;
    box-shadow: 0px 0px 5px 6px;
    padding: 0;
    transition: all .5s ease-in-out;
}

.item-about:hover .img-thumbnail {
    /* background-color: blue; */
    box-shadow: 0px 0px 11px 3px #8282ff;
    transform: scale(1.05);
}
.item-about a.link-more:link {
    font-size: 80%;
    position: absolute;
    bottom: 1.5rem;
    font-style: italic;
    left: 2rem;
}

.item-about a.link-more:hover {
    color: #ef0000;
    font-size: 88%;
}
    .item-about a.link-more:hover {

    }
.item-about a.link-thumb {

position: absolute;

/* width: 40%; */

right: 2rem;

bottom: 1rem;
}
.item-about a.link-thumb:hover {

}
    .home-about .item-about:hover {
        background: #21b24a;
    }
    .home-about .editLink {
        margin-left: .5rem;
        color: red;
        opacity: .8;
        position: absolute;
        top: 0;
        left: 1.5rem;
    }
.home-about .editLink:hover {
    color: red; opacity: 1;
}
    .home-about .MenuEditLink {
        position: absolute;
        padding: 3px;
        background: red; color: white;
        right: 0;
        opacity: .6;
    }
.home-about .MenuEditLink:hover {
    opacity: 1;
    background: blue;
}