#contentBody .col {
	flex-wrap: wrap;
	gap: 48px;
}
#contentBody .col .box {
	width: calc(50% - 24px);
}
#contentBody .col.historyCol {
	gap: 0;
}
#contentBody .col.historyCol .box {
	width: 100%;
}
#contentBody .col.historyCol .col {
	align-items: center;
}
#contentBody .col.historyCol .col .btn {
	margin: 0;
}

@media screen and (max-width: 768px) {
	#contentBody .col {
		gap: auto;
	}
	#contentBody .col .box {
		width: 100%;
	}
}