﻿.section-page {
    margin: 50px 0 !important;
}

    .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;
    }