@font-face {
            font-family: 'din_light';
            local('din_light'),src:url(font/din-light-webfont.woff?orgId=00D700000008Ptf);
        }

        .home-impact{
            max-width:940px;
            margin:0 auto;
        }
        .home-impact:after{
            display:block;content:"";
            clear:both;
        }
        .home-impact__content__text{
            text-align:center;
            font-size:20px;
            line-height:1.5;
        }
        .home-impact__content__button{
            display: inline-block;
            font-family: "din_light",helvetica,sans-serif !important;
            font-weight: normal;
            margin-top: 36px;
            margin-bottom: 40px;
            padding: 12px 23px;
            height: 47px;
        }
        .home-impact__media{
            text-align:center;
            margin:0 auto 20px;
            border-radius:100%;
            max-width:300px;
            position:relative;
        }
        .home-impact__media img{
            width:100%;
            height:auto;
        }
        .home-impact__media .play-icon{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%, -50%);
            display:inline-block;
            background-color:green;
            height:50px;
            width:50px;
            border-radius:100%;
            opacity:1;
        }
        .home-impact__media .play-icon:hover{
            opacity:.8
        }
        .home-impact__media .play-icon i{
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%, -50%);
            font-size:21px;
            color:white;
        }
        a.btn{
            background: #236192;
            display:inline-block;
            padding:14px 25px;
            color:white !important;
            font-family:"din",helvetica,sans-serif;
            text-decoration:none;
            font-size:18px;
            opacity:1;
            -webkit-transition:opacity 500ms ease;
            -moz-transition:opacity 500ms ease;
            -o-transition:opacity 500ms ease;
            transition:opacity 500ms ease;
        }
        @media (min-width: 992px){
            .home-impact__content{
                width:calc(100% - 300px);
            }
            .home-impact{
                padding:60px 70px;
            }
        }

        @media (min-width: 768px){
            .home-impact__content__text{
                text-align:left;
                font-size:26px;
            }
            .home-impact__media{
                margin: -40px -10px;
                width:45%;
                max-width:320px;
                float:right;
            }
            .home-impact__content{
                width:calc(100% - 320px);
            }
            .home-impact{
                border:1px solid #8a8a8a;
                padding:60px 20px;
            }
            .home-impact__content__button{
                margin:20px 0 0;
                font-family: "din_light",helvetica,sans-serif !important;
                font-weight: normal;
                margin-top: 36px;
                margin-bottom: 40px;
                padding: 12px 23px;
                height: 47px;
            }
        }
        .button {
			border: 0;
			background: transparent;
			box-sizing: border-box;
			width: 0;
			height: -8px;
			border-color: transparent transparent transparent #202020;
			transition: 100ms all ease;
			cursor: pointer;
			border-style: solid;
			border-width: 26px 0 27px 36px;
			margin-left: 21px;
			margin-top: 12px;
        }
        .button.paused {
            border-style: double;
            border-width: 0px 0 0px 60px;
        }
        .button:hover {
            border-color: transparent transparent transparent #404040;
        }
        .round{
			background-color: green;
			border-radius: 150px 150px;
			width: 80px;
			height: 80px;
			position: absolute;
			background-color: green;
			border-radius: 50px 50px;
			margin-left: 120px;
			margin-top: 64px;
        }
