/* "Who We Are" — matches sibusin.com */

.sibus-who {
	background: #28666e;
	box-sizing: border-box;
	font-family: var(--sibus-font, "Poppins", "Segoe UI", system-ui, sans-serif);
	width: 100%;
}

.sibus-who__inner {
	align-items: stretch;
	box-sizing: border-box;
	column-gap: 58px;
	display: grid;
	grid-template-columns: minmax(0, 894fr) minmax(0, 700fr);
	min-height: 632px;
	width: 100%;
}

.sibus-who__media {
	min-height: 632px;
	overflow: hidden;
}

.sibus-who__image {
	display: block;
	height: 100%;
	min-height: 632px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.sibus-who__content {
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 700px;
	padding: 120px 32px 120px 0;
}

.sibus-who__title {
	color: #fff;
	font-size: 52px;
	font-weight: 500;
	line-height: 1.23;
	margin: 0 0 26px;
}

.sibus-who__title strong {
	font-weight: 700;
}

.sibus-who__text {
	color: #fff;
	font-size: 11.7px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 13px;
}

.sibus-who__text:last-of-type {
	margin-bottom: 0;
}

.sibus-who__button {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 5.2px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	height: 60px;
	justify-content: center;
	letter-spacing: 1.3px;
	line-height: normal;
	margin-top: 60px;
	padding: 0 28.6px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.sibus-who__button:hover,
.sibus-who__button:focus-visible {
	background-color: #fff;
	color: #28666e;
}

@media (max-width: 767px) {
	.sibus-who__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.sibus-who__media {
		min-height: 216px;
		order: 1;
	}

	.sibus-who__image {
		min-height: 216px;
	}

	.sibus-who__content {
		max-width: none;
		order: 2;
		padding: 28px 6vw;
	}

	.sibus-who__title {
		font-size: 43.38px;
	}

	.sibus-who__button {
		height: 48px;
		margin-top: 24px;
	}
}
