@media(min-width: 767.01px) and (max-width: 992px) {
.recent-work-wrap .recent-work{grid-template-columns: repeat(2, 1fr);}   
.recent-work-category{gap: 15px;}	
}
@media (max-width:767px) {
.recent-work-wrap .recent-work{grid-template-columns: repeat(1, 1fr);}   
.recent-work-category{gap: 10px;}
.recent-work-category button{padding: 5px 11px;}
}