/* category page post style START*/
.small_post-styles h2, .small_post-styles h3{
  font-size: 2.2rem !important;
	line-height: 1.3em !important;
}

.medium_post-styles h2,
.medium_post-styles h3{
	font-size: 3rem !important;
	line-height: 1.3em !important;
}

.large_post-styles h2,
.large_post-styles h3{
	font-size: 3rem !important;
	line-height: 1.3em !important;
}

/* red post category sizing */

.content-wrapper div:nth-child(1){
	font-size: 1.1rem !important;
}

@media(max-width: 767px){
.small_post-styles h2,
.small_post-styles h3{
  font-size: 1.8rem !important;
}

.medium_post-styles h2,
.medium_post-styles h3{
	font-size: 2.4rem !important;
}

.large_post-styles h2,
.large_post-styles h3{
	font-size: 2.4rem !important;
}

/* red post category sizing */

.content-wrapper div:nth-child(1){
	font-size: 1.1rem !important;
}
}

/* category page post style END*/