body.widget-snippet .phone-number {
            padding: 50px;
            text-align: left;
        }
        .widget-snippet .phone-number{
            text-align: right;
        }
        .widget-snippet .phone-number a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 100%;
            height: 1px;
            background: #c950e7;
        }
        .widget-snippet .phone-number a {
    position: relative;
    color: #000;
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 500;
    }
        .widget-snippet .phone-number a:hover {
            color: #c950e7;
            text-decoration: none;
        }
