table img{
	width: 30px;
}
table{
	font-size: 0.7rem;
}
@media (min-width: 576px){
	table img{
		width: 59px;
	}
	table{
		font-size: 1rem;
	}
}