.big-title-page-section {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	text-align: center;
	padding: 64px 16px;

	@include tablet {
		gap: 24px;
		padding: 40px 16px;
	}

	@include mobile {
		gap: 16px;
		padding: 32px 16px;
	}

	&::after {
		content: '';
		width: 80px;
		height: 4px;
		background-color: $color-green-400;

		@include mobile {
			height: 3px;
		}
	}
}

.big-title-page-section__h {
	width: 100%;
	max-width: 640px;
	font-family: $font-title;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0.02em;

	@include tablet {
		max-width: 400px;
		font-size: 32px;
		line-height: 36px;
	}

	@include mobile {
		max-width: 328px;
		font-size: 24px;
		line-height: 28px;
	}
}
