@media (min-width:768px) {
	.card-masonary {
		display: inline-block;
	}

	.card-masonary .col {
		width: 33%;
		flex: none;
		display: block;
		float: left;
	}

	.card-masonary .col:not(:first-child) {
		width: 67%;
	}

	.card-masonary .col:not(:first-child) .card {
		display: block;
		height: auto !important;
		float: left;
	}

	.card-masonary .col:not(:first-child) .card .card-img-top {
		width: 28%;
		border-radius: 10px 0 0 10px;
		float: left;
	}

	.card-masonary .col:not(:first-child) .card .card-img-top img {
		height: 218px;
		width: auto !important;
		max-width: fit-content;
	}

	.card-masonary .col:not(:first-child) .card .card-body {
		width: 72%;
		display: inline-block;
		float: left;
	}

	.card-masonary .col:not(:first-child) .card .card-footer {
		float: left;
		padding: 0 1rem .5rem 1rem;
		width: 72%;
	}

}
