.who-we-are-section__container {
			display: flex;
			flex-direction: column;
		}

	.who-we-are-section__paragraph {
		margin-bottom: 40px;
	}

	.who-we-are-section__text {
		text-align: center;
		margin-bottom: 24px;
	}
	
	.who-we-are-section__btn {
		margin: auto;
		border: 2px solid red;
	}

	.who-we-are-section__text-line {
		color: #06063C;
		opacity: 0;
		transform: translateY(40px);
	}

	.space-block-temp {
		padding-top: 165px;
	}

	.who-we-are-section__text {
	position: relative;
	overflow: hidden;
}

.who-we-are-section__text-line {
	background: linear-gradient(90deg, #06063C, #969AF2, #06063C);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientMove 10s ease-out infinite;
}

@keyframes gradientMove {
	0%, 100% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
}
