h2.xte-h {
	font-size: 19px;
    font-weight: bolder;
}

h3.xte-h {
	font-size: 14px;
 }
 
 *:not(.xte-h) + .xte-h {
	margin-top: 40px;
 }
 
 .xte-p {
	 font-weight: 400 !important;
 }
 
  .xte-p:not(:last-child) {
  	margin-bottom: 10px !important;
  }
 
 .xte-ul {
	 list-style: square !important;
 }
 
 .xte-ul li + li,
 .xte-ol li + li {
 	margin-top: 8px;
 }