.featured-blog .featured-blog__heading {
  font-size: calc(var(--paragraph-font-size) * 1.5);
  line-height: 1.5;
}
@media (min-width: 992px) {
	.featured-blog .featured-blog__heading {
		font-size: calc(var(--paragraph-font-size) * 1.5);
	}
}