
#shop-features {
    padding:80px 0 40px 0;
}

#shop-features h2 {
    text-align: center;
    padding-bottom: 20px;
}

#shop-features h3 {
    margin-top:80px;
}

#shop-features .browser {
    height: 674px;
}


@media (max-width: 1200px) {
    #shop-features .browser {
        height: 579px;
    }
}

@media (max-width: 992px) {
    #shop-features .browser {
        height: 475px;
    }
}
