body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.c-box {

	flex: 1;
}
/* .footer{
	margin-bottom: 0px;
} */
.list1 {
	justify-content: flex-start;
	/* background-color: pink; */
}
.m-title {
	text-transform: capitalize;
}
@media (max-width:699px) {
	.m-title {
		width: 90%;
		margin: 20px auto 10px;
	}
	.list1 .cl-box {
		width: 30%;
		height: 90px;
		margin: 0 10px 20px 0;
	}
	.list1 .cl-box:nth-of-type(3n){
		margin-right: 0px;
	}
}

@media (min-width:690px) {

	
	.list1 .cl-box {
		width: 9%;
		margin: 0 30px 20px 0;
	}
	.list1 .cl-box:nth-of-type(9n){
		margin-right: 0px;
	}
	.cl-box:nth-last-of-type(3) {
		grid-column-end: span 2;
		grid-row-end: span 1;
	}
}