/* Base required imports
--------------------------------------------- */
/* Bootstrap
--------------------------------------------- */
/* Import variables and mixins
--------------------------------------------- */
/* Bootsrap required imports & components
--------------------------------------------- */
.block-profile-and-needs .block-profile-and-needs-container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.block-profile-and-needs .block-profile-and-needs-grid {
	--bs-gutter-x: 1.25rem;
}

.block-profile-and-needs .block-profile-and-needs-card {
	height: 100%;
	background: #FCF7F0;
	padding: 2.2rem 2rem;
}

.block-profile-and-needs .block-profile-and-needs-card--profile {
	margin-right: -0.35rem;
	border-radius: 24px 60px 60px 24px;
}

.block-profile-and-needs .block-profile-and-needs-card--needs {
	margin-left: -0.35rem;
	padding-right: 2.4rem;
	border-radius: 60px 24px 24px 60px;
}

.block-profile-and-needs .block-profile-and-needs-title {
	margin: 0;
	color: #df9f69;
	font-family: "unbounded-400", "unbounded-fallback", Arial, sans-serif;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 400;
}

.block-profile-and-needs .block-profile-and-needs-list {
	list-style: none;
	margin: 1.8rem 0 0;
	padding: 0;
}

.block-profile-and-needs .block-profile-and-needs-item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	border-top: 1px solid rgba(33, 32, 30, 0.15);
	padding: 0.95rem 0;
}

.block-profile-and-needs .block-profile-and-needs-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.block-profile-and-needs .block-profile-and-needs-item:last-child {
	padding-bottom: 0;
}

.block-profile-and-needs .block-profile-and-needs-item-icon {
	min-width: 1rem;
	color: #df9f69;
	font-family: "unbounded-400", "unbounded-fallback", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	display: inline-flex;
	margin-top: 2px;
}

.block-profile-and-needs .block-profile-and-needs-item-icon img,
.block-profile-and-needs .block-profile-and-needs-item-icon svg {
	max-width: 16px;
	max-height: 16px;
	display: block;
	margin-top: 8px;
}

.block-profile-and-needs .block-profile-and-needs-item-text {
	color: #353432;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
}

.block-profile-and-needs .block-profile-and-needs-excerpt {
	margin: 1.65rem 0 0;
	color: #21201e;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.15;
	font-weight: 300;
	max-width: 88%;
}

.block-profile-and-needs .block-profile-and-needs-text {
	margin-top: 1.3rem;
}

.block-profile-and-needs .block-profile-and-needs-text p {
	margin: 0 0 1rem;
	color: #2e2d2b;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

.block-profile-and-needs .block-profile-and-needs-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	.block-profile-and-needs .block-profile-and-needs-title {
		font-size: 32px;
	}
	.block-profile-and-needs .block-profile-and-needs-item-text,
	.block-profile-and-needs .block-profile-and-needs-text p {
		font-size: 15px;
	}
	.block-profile-and-needs .block-profile-and-needs-excerpt {
		font-size: 30px;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.block-profile-and-needs .block-profile-and-needs-container {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.block-profile-and-needs .block-profile-and-needs-grid {
		--bs-gutter-x: 0;
	}
	.block-profile-and-needs .block-profile-and-needs-card {
		border-radius: 36px;
		padding: 2rem 1.55rem;
	}
	.block-profile-and-needs .block-profile-and-needs-card--profile,
	.block-profile-and-needs .block-profile-and-needs-card--needs {
		margin: 0;
	}
	.block-profile-and-needs .block-profile-and-needs-title {
		font-size: 20px;
	}
	.block-profile-and-needs .block-profile-and-needs-list {
		margin-top: 1.2rem;
	}
	.block-profile-and-needs .block-profile-and-needs-item {
		gap: 0.75rem;
		padding: 0.75rem 0;
	}
	.block-profile-and-needs .block-profile-and-needs-item-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.block-profile-and-needs .block-profile-and-needs-excerpt {
		margin-top: 1.25rem;
		font-size: 16px;
		line-height: 1.3;
	}
	.block-profile-and-needs .block-profile-and-needs-text {
		margin-top: 1rem;
	}
	.block-profile-and-needs .block-profile-and-needs-text p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 0.8rem;
	}
}

/*# sourceMappingURL=profile-and-needs.css.map */