/* 
* Project Name             :  Firexa - Car Modification WordPress Theme
* Author                   :  technoqube.com
* Version                  :  1.0
* Design and Developed by  :  TechnoQube
*/


@media(max-width:1399px) {

	.container {
		max-width: 100%;
	}
}

@media(max-width:1023px) {
	.content-area .site-main {
		padding: 80px 0;
	}
}

@media(max-width:767px) {
	.content-area .site-main {
		padding: 60px 0;
	}
}