

/* Start:/stepon/style.css?17389241911008*/
.tech {
    min-height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tech .video {
    flex-basis: 480px;
    max-width: 480px;
}

.tech .video img {
    max-width: 96%;
}

.tech .text {
    max-width: 57%;
    min-width: 57%;
    position: relative;
    display: block;
}

.tech .text p img {
float: left;
    margin: 0 7px 7px 0;
}

@media (max-width: 940px){
	.tech {
		max-width: 100%;
	padding: 10px;
	}
	.tech .text {
	min-width: 100%;
	}
	.tech .video {
		flex-basis: 100%;
		max-width: 100%;
	}
	.tech .video iframe {
	width: 100%;
		height: 350px;
	}
}

/* End */
/* /stepon/style.css?17389241911008 */
