    
       /*ex-oc-4-3-8*/


.c5c{
    position: relative;
    display: flex;
    justify-content: center;
}

.c5c:hover .t2{
    display: flex;
}
   
.t2{
    position: absolute;
    display: flex;
    display: none;

    justify-content: center;   
    align-items: center;

    border-radius: 45px;
    text-align: center;
    font-size: 40px;
    background-color: rgba(167, 117, 224, 0.9);
    border: 8px double rgb(50, 5, 92);
    color: rgb(25, 5, 43);
   
    padding: 6px 20px 6px 20px;
    margin-top: 20px;
}
