.Introduction-Image {
	width: 100%;
	height: auto;
	/* margin-bottom: 40px; */
}


.introButton {
	font-size: medium;
}

.Introduction-posttext {
	font-weight: 600;
	color: var(--textLight);
	font-size: larger;
	line-height: 1.2;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 16px;
}

.Introduction-posttext span {
	background: var(--accent1);
	display: inline-block;
	width: 32px;
	height: 32px;
}


/*----------- DESCTOP ---------------------------------------------------*/
@media screen and (min-width:769px) {



	.Introduction-Image_theme_mobile {
		display: none;
	}

	.Introduction-Image {
		min-width: var(--contentWidth);
		/* display: flex; */
	}


	.Introduction {
		color: var(--textLight);
		overflow: hidden;
		position: relative;
		/* height: 34vw; */
		/* margin-bottom: 18px; */
	}

	.Introduction-Desc {
		position: absolute;
		margin-top: 6%;
		z-index: 99;
		max-width: 36%;
	}

	.Introduction-Header {
		display: block;
		font-weight: 600;
		color: var(--accent1);
		transform: translateX(-10%) scale(0.8);
		font-size: xxx-large;
		margin-bottom: 1.4vw;
	}

	.Introduction-About {
		display: block;
		color: var(--textLight);
		font-size: x-large;
		line-height: 1.4;
		margin-bottom: 1.8vw;
		/* font-weight: 600; */
		/* text-transform: uppercase;*/
		/* text-shadow: 2px 4px 17px #02102d; */
	}




}



/*----------- MOBILE ----------------------------------------------------*/
@media screen and (max-width:768px) {

	.Introduction-Image_theme_desktop {
		display: none;
	}

	.Introduction {
		margin: 0 0 -6px 0;
	}

	.Introduction-Desc {
		position: absolute;
		margin-top: 38vw;
		max-width: 100%;
		padding-right: 24px;
		/* z-index: 400; */
		/* text-shadow: 4px 4px 17px rgb(0 0 0 / 70%); */
	}

	.Introduction-Header {
		display: block;
		/* color: var(--textLight); */
		font-size: xx-large;
		line-height: 1.2;
		margin-bottom: 16px;
		font-weight: 600;
		color: var(--accent1);
		/* text-shadow: 1px 1px 14px #00000059; */
	}

	.Introduction-About {
		display: block;
		color: var(--textLight);
		font-size: larger;
		margin-bottom: 18px;
		line-height: 1.4;
		/* font-weight: 600; */
		/*	text-shadow: 1px 1px 14px #00000059;*/
	}

	.Introduction-posttext {
		margin-top: 24px;
		font-size: x-small;
	}

	.introButton {
		font-size: medium;
		clear: both;
		float: left;
		margin-bottom: 18px;
		width: 40vw;
		text-align: center;
	}




}