.block{
	margin-top: 50px
}
table img{
    margin-top: 9px;
    width: 33px;
}
.publico-block .right img{
	width: 200px
}
.mobile-visible{
	display: none;
}
.faqs{
	padding-top: 0;
	padding-bottom: 15px
}
.faqs .faq-single:last-child{
	border-bottom: 0
}


@media only screen and (max-width: 767px) {
	.publico-block tr > td:first-child{
		width: 45px
	}
	
}

@media only screen and (max-width: 575px) {

	.mobile-visible{
		display: block;
	}
	.desktop-visible{
		display: none;
	}
}