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

.main {
	flex: 1;
}

.m-title {
	color: #9fd96b;
	font-size: 35px;
	font-weight: 600;
	line-height: 2;
	text-transform: capitalize;
	text-align: left;
}


@media (max-width:766px) {
	.m-title{
		font-size: 25px;
	}
}
@media (min-width:766px) {
	.list3{
		justify-content: flex-start;
	}
	.cl-box{
		margin-right: 15px;
	}
	.cl-box:nth-of-type(8n){
		margin-right: 0px;
	}
}