body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	/* min-width: 100vh; */
	background: #0A0C1C;
}

main {
	display: flex;
	justify-content: space-between;
	width: 69.375rem;
	height: 27.875rem;
	background: #1B1937;
	box-shadow: 0rem 1.25rem 1.25rem -0.625rem rgba(23, 25, 41, 0.203087);
	border-radius: 0.5rem;
	overflow: hidden;
}

section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 4.4688rem;
}

h1 {
	width: 25.1875rem;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.75rem;
	color: #FFFFFF;
}

span {
	color: #AB5CDB;
}

.description {
	margin-top: 1.5625rem;
	width: 23.375rem;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.5625rem;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.75;
}

.container {
	margin-top: 4.5rem;
	display: flex;
	width: 21.9688rem;
	gap: 3.75rem;
}

h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	color: #FFFFFF;
}

div > p {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5625rem;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.6;
}

picture {
	width: 33.75rem;
	background-color: #AB5CDB;
	overflow: hidden;
}

img {
	width: auto;
	display: block;
	mix-blend-mode: multiply;
	opacity: 0.75;
}

/* SP */
@media (max-width: 767px) {
	body {
		display: flex;
		flex-direction: row;
		align-items: center;
		min-height: 100vh;
		/* min-width: 100vh; */
		background: #0A0C1C;
	}
	
	main {
		display: flex;
		flex-direction: column;
		justify-content: left;
		width: 20.4375rem;
		height: 48.75rem;
		background: #1B1937;
		box-shadow: 0rem 1.25rem 1.25rem -0.625rem rgba(23, 25, 41, 0.203087);
		border-radius: 0.5rem;
		overflow: hidden;
	}
	
	section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: inherit;
		margin-top: 2.5rem;
		margin-left: 0rem;
	}
	
	h1 {
		width: 16.5rem;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 2rem;
		color: #FFFFFF;
		text-align: center;
	}
	
	span {
		color: #AB5CDB;
	}
	
	.description {
		margin-top: 1rem;
		width: 16.5rem;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 0.9375rem;
		line-height: 1.5625rem;
		text-align: center;
		color: #FFFFFF;
		mix-blend-mode: normal;
		opacity: 0.75;
	}
	
	.container {
		margin-top: 2.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 16.5rem;
		gap: 1.5rem;
	}
	
	h2 {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.8125rem;
		color: #FFFFFF;
	}
	
	div > p {
		font-family: 'Lexend Deca';
		font-style: normal;
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1.5625rem;
		letter-spacing: 0.0625rem;
		text-transform: uppercase;
		color: #FFFFFF;
		mix-blend-mode: normal;
		opacity: 0.6;
	}
	
	picture {
		width: 20.4375rem;
		background-color: #AB5CDB;
		order: -1;
	}
	
	img {
		width: auto;
		display: block;
		mix-blend-mode: multiply;
		opacity: 0.75;
	}
}