/* =================================================
   Where They Work
   ================================================= */

.where-they-work {
	background: #ffffff;
	clear: both;
	float: left;
	font-family: "Rethink Sans", sans-serif;
	padding: 88px 0;
	width: 100%;
}

.where-they-work__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	padding: 0 40px;
	width: 100%;
}

.where-they-work__layout {
	align-items: start;
	display: grid;
	gap: 48px 64px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
}

.where-they-work__intro {
	max-width: 520px;
	padding-top: 8px;
}

.where-they-work__eyebrow {
	color: #ff6b31;
	font-size: 14px;
	font-weight: 700;
	 letter-spacing: 3.81px;
	line-height: 1.4;
	margin: 0;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.where-they-work__title {
	color: #0f2c64;
	font-size: clamp(32px, 3.6vw, 45px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.08;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.where-they-work__desc {
	color: #555759;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	max-width: 460px;
}

.where-they-work__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.where-they-work__card {
	background: #fff;
	border: 1px solid #d9dde6;
	border-radius: 10px;
	padding: 22px 24px;
	transition: border-color 0.2s ease;
}

.where-they-work__card:hover {
	border-color: #ff6b31;
}

.where-they-work__card-title {
	color: #0F2C64;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 6px;
}

.where-they-work__card-desc {
	color: #6b7280;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.where-they-work {
		padding: 64px 0;
	}

	.where-they-work__layout {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.where-they-work__intro {
		max-width: none;
	}

	.where-they-work__desc {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.where-they-work {
		padding: 48px 0;
	}

	.where-they-work__container {
		padding: 0 20px;
	}

	.where-they-work__title {
		font-family: "Rethink Sans", sans-serif;
		font-weight: 900;
		font-size: 32px;
		line-height: 35px;
		letter-spacing: 1.04px;
		text-align: center;
		text-transform: uppercase;
	}

	.where-they-work__eyebrow {
		font-family: "Rethink Sans", sans-serif;
		font-weight: 900;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 5px;
		text-align: center;
		text-transform: uppercase;
	}

	.where-they-work__grid {
		grid-template-columns: 1fr;
	}

	.where-they-work__card {
		padding: 18px 20px;
	}
}
