h1 {font-size:var(--fs-48);}

h2 {
	line-height: 1.6;
	letter-spacing: -0.03125em;
	font-size: 2.2rem;
	color: #0d0d0d;
	margin: 15px 0 15px 0;
}

h3 {
	
	letter-spacing: -0.03125em;
	color: #0d0d0d;
	margin: 30px 0 30px 0;
}

h4 {
	line-height: 1.6;
	letter-spacing: -0.03125em;
	margin: 15px 0 15px 0;
	
}

p{
color:#222222;
line-height: 1.7;
}



@media screen and (max-width: 1199.9px) {
  .post-content .post-header .post-title{
    font-size: var(--fs-42);
  }
}

@media screen and (max-width: 991.9px) {
 .post-content .post-header .post-title{
    font-size: var(--fs-36);
  } 
  
}