.widget-snippet .landing-extra-footer{
        background-color: #3de39a;
        padding: 30px 0;
        text-align: center;
    }
    .widget-snippet .landing-map h2 {
        color: #070659;
        font-size: 37px;
        line-height: 40px;
        font-weight: normal;
        margin: 0 0 30px 0;
        font-family: 'Century Gothic', sans-serif;
        padding: 0;
        text-align: center;
    }
    .widget-snippet .landing-map figure{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .widget-snippet .landing-map iframe{
        width: 100%;
        height: 430px;
    }
    .widget-snippet .landing-extra-footer p {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        line-height: 25px;
        font-family: 'Century Gothic', sans-serif;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .widget-snippet .landing-extra-footer p a{
        color: #ffffff;
        text-decoration: none;
    }
    .widget-snippet .landing-extra-footer p a:hover{
        text-decoration: none;
    }
    .widget-snippet .landing-extra-footer p a i {
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-right: 4px;
        font-size: 22px;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
    }
    .widget-snippet .landing-extra-footer p a span {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .widget-snippet .landing-extra-footer p a span:after {
        content: '';
        width: 98%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 7px;
        bottom: -13px;
    }
