.modal-footer {   border-top: 0px; }

/* html, body{
	min-height: 100% !important;
    height: 100%;
} */

.col_1_1 { 
	background: rgb(180, 204, 176); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_1_2 { 
	background: rgb(150, 193, 184); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_2_1 { 
	background: rgb(103, 179, 179); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_2_2 { 
	background: rgb(24, 166, 176); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_3_1 { 
	background: rgb(33, 148, 167); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_3_2 { 
	background: rgb(60, 123, 167); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_4_1 { 
	background: rgb(67, 105, 154); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}

.col_4_2 { 
	background: rgb(74, 90, 149); 
	text-align:center;
	color: white;
	height: 25%;
	display: flex;
    justify-content: center;
}