@media (min-width: 576px){
.page-home .jumbotron {
    padding: 0rem 0rem!important;
}
}

@media (max-width: 992px){
.page-home .jumbotron {
    padding: 0rem 0rem!important;
}
	.product-info {
    padding-top: 15px;
}
}