/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*********************************************************************************************************/
.s4-selection {
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	width: 100%;
	height: 370px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.s4-selection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.316);
	background: -webkit-linear-gradient(33deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(33deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
	mix-blend-mode: multiply;
	z-index: 1;
}
.s4-selection__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 1.5rem;
	width: 100%;
	padding: 2rem 2.5rem;
}
.s4-selection__title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #ffffff;
}

@media (max-width: 767px) {
	.s4-selection {
		height: auto;
		min-height: 220px;
	}
	.s4-selection__content {
		width: 100%;
		padding: 1.5rem;
	}
}
