.home {
	background: #d6d6d6;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }

    /*.card-columns { 
        column-count: 4;
    }*/
	.card > a {
		display: block;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 300px;
		padding: 5px
	}
	.card img {
		max-width: 100%;
		max-height: 300px;
		width: auto;
		margin: auto;
	}
}

