@media (max-width: 768px) {
	.post_hero-section .post_hero-container .post_hero-container-container .post_hero-heading {
		font-size: 2.5rem;
		padding: 0px;
	}
}

@media (min-width: 768px) {
	.post_hero-section .post_hero-container .post_hero-container-container {
		padding-top: 5rem;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.post_hero-section .post_hero-container .post_hero-container-container {
		width: 60rem;
	}
}
