﻿.section-page {
    padding: 15px 0;
}
    .section-page h1.title{
        margin-top:0; 
    }
    .section-page h2.title {
        color: #333333;
    }

    .section-page h3.title-icon {
        margin: 50px 0;
        color: #ff3700;
        background: url(../images/icon-fast-forward.png) no-repeat left;
        padding-left: 40px;
        font-weight: bold;
        display: inline-block;
    }


    .section-page .video-content {
       /* background: url("../images/video-background.jpg") no-repeat center;
        background-size: contain;
        box-sizing: border-box;*/
        padding: 50px 100px 50px 10px;
    }