* {
	margin: 0;
	padding: 0;
	color: #f2f2f2;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body {
	background: #f2f2f2;
}

/* Container */
div.container-faqs {
	background: #ffffff;
	width: 90%;
	height: auto;
	border-radius: 8px;
	margin: 20px;
}

div.container-faqs h2 {
	color: #454545;
	padding: 20px;
}

div.container-left {
	width: 50%;
	padding: 0 30px 30px 30px;
}

div.container-right {
	width: 50%;
	padding: 0 30px 30px 30px;
}

div.container-left b, div.container-left p, div.container-right b, div.container-right p {
	color: #454545;
}

/* Footer */
div.footer-bottom {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

div.footer-bottom p {
	word-spacing: 2px;
	text-transform: capitalize;
	color: #454545;
}

div.footer-bottom p a {
	color: #454545;
}

/* Responsive desing */
@media (max-width: 1200px) {
	/* Footer */
	div.footer-category h2 {
		font-size: 24px;
	}
}

@media (max-width: 1130px) {
	/* Container */
	div.container-faqs h2 {
		font-size: 20px;
	}

	div.container-left b, div.container-left p, div.container-right b, div.container-right p {
		font-size: 14px;
	}

	/* Footer */
	div.footer-category h2 {
		font-size: 22px;
	}

	div.footer-information ul li a, div.footer-description p, div.containercategory ul li a {
		font-size: 14px;
	}
}

@media (max-width: 910px) {
	/* Container */
	div.container-faqs h2 {
		font-size: 18px;
	}

	div.container-left b, div.container-left p, div.container-right b, div.container-right p {
		font-size: 12px;
	}

	/* Footer */
	div.footer-category h2 {
		font-size: 20px;
	}

	div.footer-information ul li a, div.footer-description p, div.containercategory ul li a {
		font-size: 12px;
	}
}