body.widget-snippet .landing-page-content{
        margin: 40px;
    }
    .widget-snippet .landing-page-content{
        padding: 100px 0;
    }
    .widget-snippet .row-landing-text h2 {
        color: #070659;
        font-size: 37px;
        line-height: 45px;
        font-weight: normal;
        margin: 0 0 15px 0;
        font-family: 'Century Gothic', sans-serif;
        padding: 0;
    }
    .widget-snippet .row-landing-text p {
        color: #000000;
        font-size: 17px;
        font-weight: normal;
        line-height: 27px;
        font-family: 'Century Gothic', sans-serif;
        margin: 0 0 13px;
        padding: 0;
    }
    .widget-snippet .row-landing-text h3:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
    }
    .widget-snippet .row-landing-text h3::before {
        content: '\f061';
        position: absolute;
        left: -1px;
        top: 6px;
        width: 13px;
        height: 10px;
        z-index: 1;
        font: normal normal normal 14px/1 FontAwesome;
        color: #000069;
        font-size: 15px;
    }
    .widget-snippet .row-landing-text h3 {
        position: relative;
        margin: 0;
        padding: 0 0 6px 24px;
        color: #000000;
        font-size: 17px;
        font-weight: normal;
        line-height: 27px;
        font-family: 'Century Gothic', sans-serif;
    }
    .widget-snippet .get-quote-landing {
        width: 100%;
        padding: 45px 35px 60px 35px;
        min-height: auto;
        text-align: center;
        border: 10px solid #3de39a;
        background: #ffffff;
    }
    .widget-snippet .get-quote-landing-heading {
        color: #070659;
        font-size: 40px;
        line-height: 45px;
        font-weight: bold;
        margin: 0 0 20px;
        font-family: 'Century Gothic', sans-serif;
        text-transform: uppercase;
    }
    .widget-snippet .get-quote-landing p {
        color: #000000;
        font-size: 18px;
        font-weight: normal;
        line-height: 25px;
        font-family: 'Century Gothic', sans-serif;
        max-width: 327px;
        margin: 0 auto;
    }
    .widget-snippet .quote-btn-landing{
        text-decoration: none;
        background: #070659;
        font-size: 21px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        font-family: 'Century Gothic', sans-serif;
        position: relative;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 20px;
        border-radius: 30px;
        padding: 16px 60px;
        margin-top: 22px;
    }
    .widget-snippet .quote-btn-landing:hover{
        background: #3de39a;
        color: #ffffff;
        text-decoration: none;
    }
    .widget-snippet .landing-img{
        position: relative;
    }
    .widget-snippet .landing-img::before {
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        width: 68%;
        height: 90%;
        background: #3de39a;
        z-index: 1;
    }
    .widget-snippet .landing-img::after {
        content: " ";
        top: 0;
        right: 0;
        position: absolute;
        width: 68%;
        height: 90%;
        background: #070659;
        z-index: 1;
    }
    .widget-snippet .landing-img img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding: 13px;
    }
    .landing-page-content .row + .row {
        margin-top: 30px;
    }
