.column {
	padding:10px;
}
.text-to-columnize {
	-webkit-columns: 2 380px;
       -moz-columns: 2 380px;
            columns: 2 380px;
	  -webkit-column-gap: 3em;
	     -moz-column-gap: 3em;
	          column-gap: 3em;
	-moz-column-fill: auto;
         column-fill: auto;
}

.text-to-columnize p {
	widows: 3; 
	orphans: 3:
}

.text-to-columnize > p:first-child {

  margin-top: 0;

}

.text-to-columnize > p:last-child {

  margin-bottom: 0;

}

.max-height-100 {
	max-height: 100px;
}
.max-height-125 {
	max-height: 125px;
}
.max-height-150 {
	max-height: 150px;
}
.max-height-175 {
	max-height: 175px;
}
.max-height-200 {
	max-height: 200px;
}
.max-height-225 {
	max-height: 225px;
}
.max-height-250 {
	max-height: 250px;
}
.max-height-275 {
	max-height: 275px;
}
.max-height-300 {
	max-height: 300px;
}
.max-height-325 {
	max-height: 325px;
}
.max-height-350 {
	max-height: 350px;
}
.max-height-375 {
	max-height: 375px;
}
.max-height-400 {
	max-height: 400px;
}
.max-height-unlimited {
	max-height: none;
}

@media all and (max-width: 1199px) {
	.text-to-columnize {
	-webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    	max-height: none;
  }
}
