/*
	// css/mobile.css

*/

/*======== FAQ 1 mobile =======*/
@media screen and (min-width: 480px) {
	.mobile-faq {
		display: none;
	}

	.desktop-faq {
		display: block;
	}

}


@media screen and (max-width: 480px) {
	.mobile-faq {
		display: block;
	}

	.desktop-faq {
		display: none;
	}

	.blockm {
		margin-bottom: 20px;
		border: 1px solid  #f5bd47;
	}

	.box-mobile {
		margin-bottom: 20px;
	}

	.faq-img {
		width: 86px;
		margin: 0 auto;
		margin-bottom: 20px;
	}


}	
















/*======== end FAQ 1 mobile =======*/