@media screen and ( max-width : 1024px ){
	table.faq-page-table ,
	table.faq-page-table tbody ,
	table.faq-page-table tr ,
	table.faq-page-table td {
		display : block;
		width : 100% !important;
	}
	table.faq-page-table td:first-child {
		margin-bottom : 20px;
	}
	table.faq-page-table td:first-child ,
	table.faq-page-table td:last-child {
		padding-right : 5.208vw;
		padding-left : 5.208vw;
	}
}