body.widget-snippet .container.making-life-section {
    padding:30px;
    /* margin:20px; */
}

.widget-snippet .container.making-life-section {
    margin: 90px auto;
    max-width: 1100px;
}

.widget-snippet .enguire-now p {
    padding: 0;
    font-size: 25px;
    line-height: 36px;
        font-family: 'Barlow';
    font-weight: 300;
}

.widget-snippet .left-making h2 {
    font-size: 50px;
    line-height: 52px;
    font-weight: 300;
    padding-right: 70px;
    padding-top:20px;
    margin:0 0 20px 0;
    position:relative;
        font-family: 'Barlow';
}
.widget-snippet .left-making h2:before {
    background: #c950e7 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0px 0 10px;
    width: 30px;
    left:5px;
    top:0;
    position: absolute;
}
.widget-snippet .right-making ul li {
    line-height: 35px;
    font-size: 22px;
    font-family: 'Barlow';
    font-weight: 300;
    padding-bottom: 0px;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}
.widget-snippet ul li::before{
   top:8px;
}
.making-life-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 24px;
    height: 25px;
    background-image: url(/template/72dfe14e/images/li_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px;
}
