@media screen and (max-width:580px)
{
	.brand
	{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.card
	{
		margin: 10px;
	}
}