.featuredblock__title {
    text-align: center;
}

.featuredblocks .featuredblock__button {
    border: 3px solid #13cfd6!important;
    background: none;
    color: #13cfd6;
    padding: 10px 20px!important;
    width: 100%;
    text-align: center;
}

.testimonials__content {
    text-align: center;
}

.videoWrapperOuter {
max-width:640px;
margin-left:auto;
margin-right:auto;
}

.videoWrapperInner {
float:none;
clear:both;
width:100%;
position:relative;
padding-bottom:50%;
padding-top:25px;
height:0;
}

.videoWrapperInner iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*-------Blog-Page--------*/
.blog .twocolumns {
    clear: both;
}
/*-------Blog-Page-End--------*/
