@media only screen and (max-width: 767px){
	.fore_cata {
    width: 100%;
    margin: 0 0 30px;
}

.cataloglister {
    padding: 0 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
	.fore_cata {
       width: calc(50% - 30px);
    
}
	
}