.banner-content {
	h1 {
		text-align: left;
	}

	@media only screen and (max-width: 768px) {
		h1 {
			text-align: center;
		}

		p {
			text-align: center;
		}
	}
}

.homepage-banner-content {
	h1 {
		text-align: left;
	}

	@media only screen and (max-width: 768px) {
		padding-right: var(--wp--preset--spacing--11) !important;
	}
}

.latest-header-content {
	@media only screen and (max-width: 768px) {
		padding-right: var(--wp--preset--spacing--11);
	}

	h6 {
		strong {
			font-weight: normal;
		}
	}

	h2 {
		text-align: left;
	}
}

.latest-header-image {
	height: -webkit-fill-available;

	figure {
		height: 100%
	}
}