#society {
	height: 34.125rem;
	width: 100%;
	background: var(--Shinnec-Color-Secondary-Blue--1000, #014588);
	position: relative;
}

#society .society__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#society .society__background img {
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

#society .container {
	position: absolute;
	top: 4rem;
	left: 0;
	right: 0;
	z-index: 10;
}

#society .society__content {
	display: flex;
	align-items: center;
}

#society .society__content-left {
	width: 41.9375rem;
	margin-right: 3.75rem;
}

#society .society__content-left-title {
	color: var(--White, #fff);

	/* PC/TITLE/H2/SEMIBOLD */
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 3.325rem */
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

#society .society__content-left-description p{
	color: var(--text-body-80-invert, rgba(255, 255, 255, 0.8));

	/* PC/BODY/16/REGULAR */
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-bottom: 1rem;

}

#society .society__content-left-description p:last-child {
	margin-bottom: 2.5rem;
}

#society .society__content-left-description p strong {
	background: var(--bg, linear-gradient(180deg, #f9f4ee 48.11%, #fff 49.36%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* PC/BODY/16/REGULAR */
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

#society .society__content-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#society .society__content-item {
	display: flex;
	align-items: center;
}

#society .society__content-item-icon {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.62519rem;
}

#society .society__content-item-content-title {
	color: var(--White, #fff);

	/* PC/TITLE/H4/SEMIBOLD */
	font-family: Lexend;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 1.95rem */
	letter-spacing: -0.04856rem;
}

#society .society__content-item-content-description {
	color: var(--text-body-80-invert, rgba(255, 255, 255, 0.8));
	font-feature-settings: "liga" off, "clig" off;

	/* PC/SUB/10/MEDIUM */
	font-family: Lexend;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 0.875rem */
	letter-spacing: -0.039rem;
}

#society .society__content-right {
	width: 44.3125rem;
	align-self: stretch;
	border-radius: var(--12, 0.75rem);
}

#society .society__content-right img {
	width: 100%;
	height: 100%;
	border-radius: var(--12, 0.75rem);
	object-fit: cover;
}

#society .society__content-left-description-mobile {
	display: none;
}

@media screen and (max-width: 639.98px) {
	#society {
		height: 47.5675rem;
		width: 100%;
	}

	#society .society__content-left-description-mobile {
		display: block;
		color: var(--text-body-80-invert, rgba(255, 255, 255, 0.80));
		font-feature-settings: 'liga' off, 'clig' off;

		/* MB/BODY/14/REGULAR */
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 1.225rem */
		letter-spacing: -0.03125rem;
		margin-bottom: 2rem;
	}

	#society .society__background-mobile {
		display: block;
	}

	#society .society__background-mobile svg {
		position: absolute;
		top: -1.2rem;
		left: 0;
		right: 0;
		z-index: 20;
		width: 100%;
	}

	#society .container {
		width: 100%;
		padding: 0 0.75rem;
		top: 2rem;
	}

	#society .society__content {
		flex-direction: column-reverse;
	}

	#society .society__content-right {
		height: 11.4075rem;
		border-radius: var(--8, 0.5rem);
		width: 100%;
		margin-bottom: 2rem;
	}

	#society .society__content-right img {
		border-radius: var(--8, 0.5rem);
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	#society .society__content-left {
		width: 100%;
		margin: 0;
	}

	#society .society__content-left-title {
		color: var(--White, #fff);

		/* MB/TITLE/H2/SEMIBOLD */
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 2.1rem */
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 0.75rem;
	}

	#society .society__content-left-description {
		display: none;
	}

	#society .society__content-left-description-mobile p {
		display: block;
		color: var(--text-body-80-invert, rgba(255, 255, 255, 0.8));
		font-feature-settings: "liga" off, "clig" off;

		/* MB/BODY/14/REGULAR */
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 1.225rem */
		letter-spacing: -0.03125rem;
		margin-bottom: 2rem;
	}

	#society .society__content-list {
		flex-wrap: wrap;
	}

	#society .society__content-item {
		width: 10.25rem;
		margin-bottom: 1.5rem;
	}
}
