.table-wrap+p.mark-p { margin-top: 20px; }
.curr-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.curr-wrap > div { flex: 0 0 calc(50% - 15px) }
@media screen and (max-width:768px) {
	.curr-wrap > div { flex: 0 0 100%; }
	.curr-wrap > div:first-child { margin-bottom: 30px; }
}