* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  
  height: 1800px; /* Should be removed. Only for demonstration */
  border-style: solid;
  border-width: 1px; 
}

..left {
  width: 15%;
  padding-left: 25px;
}

.right {
  width: 60%;
  padding: 125px 150px 75px 135px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

p.c { 
	font: bold 28px/30px Georgia, serif;
	 text-align:  left;
	 margin-left: 800px;
	}
	
p.d { 
	font: bold 14px/30px Georgia, serif;
	 text-align:  left;
	 margin-left: 8px;
	}
