.content10 tr:nth-child(odd):not(.head-tr) td:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
}

.cont-12 tr:nth-child(even) td:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
}

@media (max-width: 757px) {
    .cont-12 tr:nth-child(even) td:nth-child(2) {
	flex-direction: column;
    }
}

.cont-16 td:nth-child(2) > div:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}

.cont-16 td:nth-child(2) > div:nth-child(even) > div {
	text-align: left;
}

.cont-16 td:nth-child(2) > div:nth-child(even) h2 {
	text-align: left;
}