body { 
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; 
	font-size: 1.2rem; 
	overflow-wrap: break-word !important; 
}
.ac-active { 
	background: #f0fdfa; 
}
.text-sm { 
	font-size: 1rem !important; 
}


@media screen and (max-width: 767px) {
	.head-block,
	.filter,
	.wrapp-grid,
	.breadcrumbs li:last-child {
		display: block !important;
		width: 100%;
	}
	.filter input {
		width: 100%;
	}
	.filter button {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		margin-top: 10px;
	}
}