.cpv-tile-button{
    height: 150px; 
    width: 200px; 
    text-align: center; 
    color: #ffffff; 
    background-color: #106b28; 
    cursor: pointer; 
    border-radius: 0px;
}

.cpv-tile-button:hover{
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.03);
}

.cpv-tile-div-iconTile{
    font-size: 70px; 
    max-height: 100px;
}

.cpv-tile-div-description{
    height: 50px; 
    background-color: rgba(0, 0, 0, 0.60); 
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 0px;
}