
.market-section { display:flex; align-items:center; height: 100%; position: relative; }  
 .market-image { height:auto; float:left; position:relative; min-width: 40%; }
 .market-image.lower:after { position:absolute; top:50%;  right:-46px; height:80%; width:46px; content:''; background-image: linear-gradient( #E9565C, #EB557A, #EF885B); -moz-transform: translateY(-50%); opacity: 0.9;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%); 
transform: translateY(-50%); }  

.market-box > .market-section .span6 { margin:0; }  
.market-box > .market-section:nth-child(even)  { float:left; flex-direction:row-reverse; }
.market-box > .market-section .market-image.upper:after { left:-46px; right:auto; width:60%; position:absolute; top:50%;   height:80%;  content:''; background:rgba(37,108,181,.9); -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }


.market-section:nth-child(odd) .market-image.upper:after {  right: -46px !important; left:auto; }
.market-section:nth-child(even) .market-image.lower:after {  left: -46px !important; right:auto; }

.market-content .mar_para {
 margin-top: 0px;
 padding-left: 50px;
  position:relative; }
  
}
.market-content .mar_para ul li{ list-style: disc; }

/*--*/








}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .market-box>.market-section .market-image.upper:after{opacity:0.9;}
}

@supports (-ms-ime-align: auto) {
 .market-box>.market-section .market-image.upper:after{opacity:0.9;}
}