﻿/*# sourceMappingURL=styles.css.map */

.stories-header-block {
	background-size: cover;
	background-position: 50% 0%;
	text-align: center;
	padding: 7.25rem 0 9.5rem;
	max-width: 100%;
}

.stories-header-block__group {
	color: #fff;
	max-width: 53rem;
	margin: auto;
}

.stories-header-block__group .stories-header-block__title {
	line-height: 1;
}

@media (min-width: 768px) {
	.stories-header-block__group .stories-header-block__title {
		font-size: 3.75rem;
	}
}

@media (min-width: 768px) {
	.stories-header-block__group .stories-header-block__text {
		font-size: 1.5rem;
	}
}
