.widget-snippet .embed-website {
    background: #EFEFEF;
    padding: 100px 0;
    border:0;
    overflow: hidden;
}
.widget-snippet .embed-website h2{
    text-align: center;
    font-size: 46px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #000069;
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 45px;
}
.widget-snippet .embed-website .container{
width:1300px;
max-width:100%;
}
.widget-snippet .embed-website iframe{
width: 100%;
height: 550px;
border: 0;
}
