/* Figma 133:88 — About Us
 * Title: Publico Semibold 48/48, “US” #A5A5A6, centered
 * Body: Inter Regular 16/24 #636364, gap 24
 * Media: 593×458 · Copy: 498 · Section: 1116×540
 */

.qnd-about {
	width: 100%;
	max-width: 100%;
	height: 540px;
	position: relative;
	overflow: hidden;
}

.qnd-about__title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	justify-content: center;
	padding: var(--qnd-space-1) var(--qnd-space-3);
	gap: var(--qnd-space-4);
	box-sizing: border-box;
}

.qnd-about__content {
	position: absolute;
	left: 0;
	top: 82px;
	width: 100%;
	height: 458px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qnd-about__media {
	width: 593px;
	height: 458px;
	flex: 0 0 auto;
	overflow: hidden;
}

.qnd-about__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.qnd-about__copy {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 498px;
	max-width: 100%;
	gap: var(--qnd-space-6);
}

.qnd-about__copy p {
	margin: 0;
	width: 100%;
	font-family: var(--qnd-font-sans);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: var(--qnd-black-400);
	overflow-wrap: break-word;
}

@media (max-width: 1100px) {
	.qnd-about {
		height: auto;
		overflow: visible;
	}

	.qnd-about__title,
	.qnd-about__content {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
	}

	.qnd-about__content {
		flex-direction: column;
		align-items: stretch;
		gap: var(--qnd-space-6);
		margin-top: var(--qnd-space-6);
	}

	.qnd-about__media {
		width: 100%;
		height: auto;
		aspect-ratio: 593 / 458;
	}

	.qnd-about__copy {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.qnd-about__title {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.qnd-about__copy p {
		font-size: 15px;
		line-height: 22px;
	}
}
