#marketplace-intro {
    padding:180px 0 80px 0;
    text-align: center;
    background: #112544;
    color: #bfc2d7;
}

@media (max-width: 768px) {
    #marketplace-intro {
        padding:120px 0 80px 0;
    }
}

#marketplace-intro h3 {
    color:#fff;
}

#marketplace-intro .sub-title {
    color: #bfc2d7;

}

#marketplace-intro .browser {
    text-align: left;
    width:100%;
    margin-top:80px;
    margin-bottom:0;
}

#products {
    padding:0px 0 80px 0;
    background: #112544;
    color: #bfc2d7;

    text-align: center;
}


#products .offset-lg-2 {
    padding-bottom:40px;
}

#products .col-lg-3 {
    display: inline-block;
    height: 100px;
    padding: 30px;
    transition: all .5s;
    vertical-align: middle;
}

#products .col-lg-3 img {
    height: auto;
    margin: 0 2%;
    max-width: 100%;
    max-height: 100%;
}