.our-solutions{max-width:1200px;margin:0 auto;padding:25px;box-sizing:content-box}.our-solutions h2{text-align:center}.solution-wrap{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.solution-wrap .item{background:#eee;display:block;cursor:pointer;height:175px;width:30%;position:relative;overflow:hidden;margin-bottom:40px}.solution-wrap .item:before{z-index:1;content:' ';display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(26,71,92,0);background:-moz-linear-gradient(top,rgba(26,71,92,0) 0%,rgba(26,71,92,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(26,71,92,0)),color-stop(100%,rgba(26,71,92,1)));background:-webkit-linear-gradient(top,rgba(26,71,92,0) 0%,rgba(26,71,92,1) 100%);background:-o-linear-gradient(top,rgba(26,71,92,0) 0%,rgba(26,71,92,1) 100%);background:-ms-linear-gradient(top,rgba(26,71,92,0) 0%,rgba(26,71,92,1) 100%);background:linear-gradient(to bottom,rgba(26,71,92,0) 0%,rgba(26,71,92,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a475c',endColorstr='#1a475c',GradientType=0)}.solution-wrap .item h4{color:white;position:absolute;left:20px;bottom:15px;margin:0;text-transform:uppercase;font-weight:500;font-size:18px;letter-spacing:4px;z-index:2}.solution-wrap .item .bg-img{width:100%;background-size:cover;background-position:center;transition:all .3s ease;height:100%;position:relative}.solution-wrap .item:hover .bg-img{transform:scale(1.1)}@media only screen and (max-width:900px){.solution-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.solution-wrap .item{width:100%;margin-bottom:5px}.our-solutions h2{padding:0 25px}.our-solutions{box-sizing:border-box;padding:0}}