.cg_freespace_01 {
  display: flex;
  justify-content: space-between;
}
.cg_freespace_01 .textArea,
.cg_freespace_01 .imageArea {
  width: 48%;
}
.cg_freespace_01 .textArea p {
  line-height: 2;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
}
.category-list a {
   color: #1D9BB4;
}
.cg_freespace_01 h3 {
   font-size: 18px;
}

@media (max-width: 768px){
	.cg_freespace_01 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	}
}
@media (max-width: 767px){
	.cg_freespace_01 {
    flex-flow: column-reverse;
	}
	.cg_freespace_01 .textArea, 
	.cg_freespace_01 .imageArea {
    width: 100%;
	}
}