/* Base required imports
--------------------------------------------- */
/* Bootstrap
--------------------------------------------- */
/* Import variables and mixins
--------------------------------------------- */
/* Bootsrap required imports & components
--------------------------------------------- */
.block-who-are-we {
	border-radius: 60px 60px 0 0;
	position: relative;
	z-index: 1;
	margin-top: -90px;
	overflow: hidden;
}

.block-who-are-we .block-who-are-we-top {
	margin-bottom: 8rem;
}

.block-who-are-we .block-who-are-we-title {
	margin: 0;
	color: #111111;
	font-size: 42px;
	line-height: 1.2;
	font-family: "unbounded-400", "unbounded-fallback", Arial, sans-serif;
	font-weight: 400;
}

.block-who-are-we .block-who-are-we-right {
	margin-left: auto;
	padding-top: 1.2rem;
}

.block-who-are-we .block-who-are-we-line {
	display: block;
	width: 3.2rem;
	height: 1px;
	margin-bottom: 4rem;
	background-color: #df9f69;
}

.block-who-are-we .block-who-are-we-right-text {
	color: #21201e;
	font-size: 18px;
	line-height: 1.55;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-weight: 300;
}

.block-who-are-we .block-who-are-we-right-text p {
	margin-bottom: 2rem;
}

.block-who-are-we .block-who-are-we-right-text p:last-child {
	margin-bottom: 0;
}

.block-who-are-we .block-who-are-we-right-text strong,
.block-who-are-we .block-who-are-we-right-text b {
	font-weight: 700;
}

.block-who-are-we .block-who-are-we-left .block-who-are-we-left-text {
	color: #21201e;
	font-size: 16px;
	line-height: 1.55;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-weight: 300;
}

.block-who-are-we .block-who-are-we-button {
	margin-top: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: solid 1px #21201E;
	padding: 0;
	padding: 15px 20px 15px 0;
	gap: 0.5rem;
	font-size: 15px;
	font-family: "unbounded-600", "unbounded-fallback", Arial, sans-serif;
}

.block-who-are-we .block-who-are-we-image {
	width: 100%;
	height: 100%;
}

.block-who-are-we .block-who-are-we-image img,
.block-who-are-we .block-who-are-we-image svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	.block-who-are-we .who-are-we-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.block-who-are-we .col-first-title {
		padding-right: 5%;
	}
	.block-who-are-we .col-first-text {
		padding-left: 11%;
	}
}

@media (max-width: 991.98px) {
	.block-who-are-we .block-who-are-we-top {
		margin-bottom: 50px;
	}
	.block-who-are-we .block-who-are-we-top .block-who-are-we-title {
		font-size: 26px;
	}
	.block-who-are-we .block-who-are-we-top .block-who-are-we-line {
		margin-bottom: 20px;
	}
	.block-who-are-we .block-who-are-we-button {
		margin-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		max-width: max-content;
	}
}

/*# sourceMappingURL=who-are-we.css.map */