
#threeColumn,#oneColumn,#twoColumn {
	width: 100%;
	max-width: 1130px;
	display: flex;
	gap: 0.5%;
	flex: 1 1 0;
	padding: 5px;
	color: white;
}

#oneColumn {
	padding-top: 0px;
	;
}

#threeColumn > div {
	flex-grow: 1;
	flex: 1 1 0;
	color: white;
	padding: 10px 10px 10px 10px;
	position: relative;
}

#twoColumn > div {
	flex-grow: 1;
	flex: 1 0;
	color: white;
	padding: 10px 10px 10px 10px;
	position: relative;
}

#oneColumn > div {
	flex-grow: 1;
	width: 100%;
	height1: 200px;
	position: relative;
	padding: 10px 10px 0px 10px;
}

.bottomRightCorner {
	position: absolute;
	right: 0%;
	bottom: 0%;
	text-align: right;
}

.mtop0 {
	color: #ffffff;
	margin-top: 10px !important;
}

.mbottom0 {
	color: #ffffff !important;
	margin-bottom: 0px !important;
}

.box1Color {
	background-color: #a32020;
}

.box2Color {
	background-color: #d93954;
}

.box3Color {
	background-color: #939598;
}

.box4Color {
	background-color: #464646;
}

.box5Color {
	background-color: #000000;
}

.box5LeftSide {
	float: left;
	width: 35%;
}

.box5RightSide {
	float: left;
	width: 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
	#threeColumn,#oneColumn,#twoColumn {
		flex-direction: column;
		grid-gap: 10px;
	}

	#oneColumn > div {
		height: auto;
		width: auto;
	}

	.box5LeftSide {
		float: left;
		width: 99%;
	}

	.box5RightSide {
		float: left;
		width: 99%;
	}
}