.wrap-box-canh8{
    width: 100%;
    display: block;
    text-align: center;
}

.box-c8{
    width: 300px;
    display: inline-block;
    margin: 15px 5px;
    border: 1px dotted #95fffd;
    text-align: center;
    padding: 4px;

}
.img-c8{
    text-align: center;
    font-weight: bold;
    padding: 5px;
    color: #6FFFDA;
    margin-top: 100px;
    opacity: 0;
}
.img-c8 img{
    height: 200px;
    border-radius: 50%;
    -webkit-transition:border-radius 1s;
    transition:border-radius 1s;
}
.box-c8:hover img{
    border-radius: 15px;
}
.wrap-pn{
    width: 80%;
    margin-left: 10%;
}






