/**
 * Block: Section Title – Our Story
 * Minimal section heading: subtitle (uppercase, letter-spacing) + title. Centered by default.
 * Scoped under .section-title-our-story
 *
 * @package sarantaporo
 */

 /*
.section-title-our-story {
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 1.25rem;
}

.section-title-our-story__inner {
	max-width: 720px;
	margin: 0 auto;
}


.section-title-our-story--align-left .section-title-our-story__inner {
	margin-left: 0;
	margin-right: auto;
}

.section-title-our-story--align-center .section-title-our-story__inner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.section-title-our-story__subtitle {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 1.3;
	color: currentColor;
	opacity: 0.85;
}

.section-title-our-story__title {
	margin: 0;
    font-size: 42px;
    line-height: 1.2;
    color: inherit;
}

.section-title-our-story--align-left .section-title-our-story__subtitle,
.section-title-our-story--align-left .section-title-our-story__title {
	text-align: left;
}


@media (min-width: 768px) {
	.section-title-our-story {
		padding: 3rem 2rem;
	}

	.section-title-our-story__subtitle {
		margin-bottom: 0.65rem;
		font-size: 11px;
	}
}

@media (min-width: 1024px) {
	.section-title-our-story {
		padding: 4rem 2rem;
	}
}
	*/
