#page-why-flow #hero {
    height: 600px;
}
#page-why-flow #hero h1{
    font-size: 35px;
}
#page-why-flow #hero #video{
	height: 100%;
}
#page-why-flow #hero #video .mask {
    opacity: 0.7;
}
#page-why-flow #hero #video .hero-pages{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

#page-why-flow #why-flow{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 70px 0;
}
#page-why-flow #why-flow .we-are{
    width: 100%;
    min-height: auto;
    text-align: center;
    padding: 50px 70px;
}
#page-why-flow #why-flow .col-1-2{
	margin: 0;
	padding: 0;
	position: relative;
}
/* #page-why-flow #why-flow .col-1-2:nth-child(1) .we-are{
	border-right: 1px solid #ebebeb;
}
#page-why-flow #why-flow .col-1-2:nth-child(1) .we-are::before{
    content: ".";
    position: absolute;
    top: 0;
    right: -11px;
    width: 20px;
    height: 160px;
    color: #fff;
    background: #fff;
}
#page-why-flow #why-flow .col-1-2:nth-child(2) .we-are{
	border-bottom: 1px solid #ebebeb;
}
#page-why-flow #why-flow .col-1-2:nth-child(2) .we-are::before{
    content: ".";
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 160px;
    height: 20px;
    color: #fff;
    background: #fff;
}
#page-why-flow #why-flow .col-1-2:nth-child(3) .we-are{
	border-top: 1px solid #ebebeb;
}
#page-why-flow #why-flow .col-1-2:nth-child(3) .we-are::before{
    content: ".";
    position: absolute;
    top: -11px;
    left: 0;
    width: 160px;
    height: 20px;
    color: #fff;
    background: #fff;
}
#page-why-flow #why-flow .col-1-2:nth-child(4) .we-are{
	border-left: 1px solid #ebebeb;
}
#page-why-flow #why-flow .col-1-2:nth-child(4) .we-are::before{
    content: ".";
    position: absolute;
    bottom: 0;
    left: -11px;
    width: 20px;
    height: 160px;
    color: #fff;
    background: #fff;
} */
#page-why-flow #why-flow .we-are h2{
    color: #69cef1;
    text-transform: uppercase;
    font-size: 40px;
}
#page-why-flow #why-flow .we-are h2 b{
	color: #000;
}
#page-why-flow #why-flow .we-are figure{
}
#page-why-flow #why-flow .we-are figure img{
}
#page-why-flow #why-flow .we-are p{
    font-family: 'FreightSans Pro Book';
    font-size: 18px;
}
@media all and (max-width:910px){
	#page-why-flow #why-flow .we-are h2 {
    font-size: 34px;
}
}
@media all and (max-width:810px){
	#page-why-flow #why-flow .we-are h2 {
    font-size: 30px;
}
}
@media all and (max-width:767px){
/* 	#page-why-flow #why-flow .col-1-2:nth-child(1) .we-are,
	#page-why-flow #why-flow .col-1-2:nth-child(2) .we-are,
	#page-why-flow #why-flow .col-1-2:nth-child(3) .we-are,
	#page-why-flow #why-flow .col-1-2:nth-child(4) .we-are {
	    border: none;
	border-bottom: 1px solid #ebebeb;
	}
	#page-why-flow #why-flow .col-1-2:nth-child(1) .we-are::before,
	#page-why-flow #why-flow .col-1-2:nth-child(2) .we-are::before,
	#page-why-flow #why-flow .col-1-2:nth-child(3) .we-are::before,
	#page-why-flow #why-flow .col-1-2:nth-child(4) .we-are::before {
	    display: none;
	}
	#page-why-flow #why-flow .col-1-2:nth-child(4) .we-are {
	    border: none;
	} */
}
@media all and (max-width:640px){
	#page-why-flow #why-flow .we-are {
    padding: 90px 20px;
}
}