body.widget-snippet .welcome-wrap {
	padding:30px;	
}
.welcome-wrap {
    padding: 0 0 55px;
}
.widget-snippet .welcome-wrap   h1{
	text-transform:uppercase;
	position:relative;	
}
.widget-snippet .welcome-wrap   h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 35px;
    height: 2px;
    left: 0px;
    background: #FA713A;
}
.widget-snippet .welcome-wrap   p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
}
