.widget2-list{
    list-style-type: none;
}

.widget-grid{
    display: grid;
    grid-template: 'w1 w2';
    color: white;
    border: 12px;
    margin-bottom: 2rem;
    background-color: #2E2E34;
    border-radius: 12px;
    height: 7rem;
    position: relative;
}

.widget-grid a{
    padding: 2rem;
}

.widget2-icon{
    width: 7rem;
    box-shadow: 0px 2px 2px lightgrey;
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px;
}
.widget2-title{
    color: white;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 59%;
    text-align: center;
    width: 70%;
    padding: 2rem;

}

.widget-grid:hover {
    background-color: #606060;
    
}