   body.widget-snippet .welcome-area {
        padding: 40px;
    }
    .welcome-area {
        padding-top: 118px;
        padding-bottom: 30px;
        color: rgba(0, 0, 0, 0.8);
        text-align: left;
    }
    .welcome-text {
        position: relative;
        left: 85px;
    }
    .welcome-area h2 {
        color: #f99e00;
        font-size: 39px;
        font-weight: normal;
        line-height: 45px;
        margin: 0;
        padding: 0 0 15px 0;
        position: relative;
        text-transform: uppercase;
        text-align: right;
       font-family: 'Gotham';
    }

    .welcome-area h6 {
        color: #000;
        font-size: 29px;
        font-weight: 300;
        text-align: right;
        margin: 0;
        padding: 0 0 25px;
        position: relative;
       font-family: 'Gotham Book';
    }

    .welcome-area h6:after {
        content: '';
        width: 38px;
        height: 2px;
        background-color: #ffbd4a;
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    .widget.widget-snippet .welcome-text p {
        color: rgba(0, 0, 0, 1.0);
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin: 0;
        padding: 0;
       font-family: 'Gotham Book';
    }

    .widget.widget-snippet .welcome-text p + p {
        margin-top: 15px;
    }
