.browse-products{
    padding: 50px 0 60px 0;
}

.browse-products h3{
    font-size: 43px;
    color: #4f4e56;
    margin: 0;
    padding: 0 0 35px 0;
}

.browse-products .view-all{
    display: block;
    text-decoration: none;
    margin: 15px 0 0 0;
}

.browse-products .item{
    text-align: center;
    margin: 0 8% 10%;
}

.browse-products .item a img{
    width: 100%;
    display: block;
}

.browse-products .item a{
    padding: 2% 0;
    text-align: center;
    text-decoration: none;
    color: #464646;
    font-size: 20px;
    display: block;
}

@media (max-width: 767px){

    .browse-products h3{
        text-align: center;
    }

    .browse-products .view-all{
        text-align: center;
        margin: 0 0 8% 0;
    }
}