.widget3-wrapper{
    position: relative;
    box-shadow: 1px 1px 4px lightgrey;
    overflow: hidden;
    border-radius: 12px;
    text-align: left;
    margin: 0 auto;
}


.widget3-icon{
    background: transparent linear-gradient(91deg, #992C7E 0%, #098FDC 100%) 0% 0% no-repeat padding-box;
border-radius: 10px 10px 0px 0px;
text-align: center;
height: 5rem;
display: flex;
justify-content: center;
}

.widget3-icon p{
    color: white;
    font-size: 1.5rem;
    margin-left: 2rem;
    line-height: 3;
}

.widget3-title
{
    padding: 1.5rem 2rem 1.5rem 2rem;
}

.widget3-title p, .widget3-title ul > li{
    line-height: 1;
    color: 	#282828;
}

.w3-title{
    font-weight: 600;
    color: black !important;
}

/* ultima hr */

#widget3 > div > div > hr:nth-child(5){
    display: none;
}



