/******************************************
    Version: 1.0
/****************************************** */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
	.section-title h3{
		font-size: 28px;
	}
	.filter-button-group button{
		padding: 12px 27px;
	}
	.filter-button-group{
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.section-title h3{
		font-size: 28px;
	}
	.filter-button-group button{
		padding: 12px 27px;
	}
	.filter-button-group{
		text-align: center !important;
	}
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	.section-title h3{
		font-size: 28px;
	}
	.filter-button-group button{
		padding: 12px 27px;
	}
	.filter-button-group{
		text-align: center !important;
	}
	.filter-button-group button{
		font-weight: 500;
		font-size: 12px;
	}
	
}