.job-cat-sec {
  	width: 100%;
	display: flex;
  	justify-content: space-between;
	flex-wrap: wrap;  
}

.list {
  	width: 30%;
	height: 250px;
  	background-color: #EDEDED;
}

.list .list-title {
  	padding-right: 0;
	font-size: 18px;
    font-weight: bold;
}

.list .list-info {
  	padding-right: 0;
	font-size: 12px;
}