.business-model {
	.business-model-quote {
		text-align: center;
		font-size: 28px;
		line-height: 32px;
		color: var(--color-carbone);
	}
	.business-model-founder {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		color: var(--color-raspberry);
		font-size: 25px;
		line-height: 26px;
	}
	p {
		margin: 0;
	}
	.business-model-text {
		display: flex;
		flex-direction: column;
		gap: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 27px;
	}
	@media screen and (min-width: 720px) {
		.center-content {
			position: relative;
		}
		.business-model-text {
			text-align: left;
		}
		.business-model-quote {
			text-align: left;
		}
	}
}
