.section-compatibility .card-container ul > li:nth-of-type(3),
.section-compatibility .card-container ul > li:nth-of-type(6) {
   break-after: column;
}

br.hide-for-400 {
	display: block;
}
@media only screen and (max-width: 400px) {
	br.hide-for-400{
		display: none;
	}
}

