﻿.BcCaptionLarge {
	font-size: large;
	font-weight: 800;
}

.BcCaptionLarger {
	font-size: larger;
	font-weight: 800;
}

.BcCaptionX-Large {
	font-size:x-large;
	font-weight:800;
}

.BcCaptionXx-Large {
	font-size: xx-large;
	font-weight: 800;
}

.multi-col-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
