.text {
	display: flex;
	row-gap: 40px;
	flex-direction: column;
	padding-inline: 16px;
}
.text--center {
	align-items: center;
	text-align: center;
}

.text__content {
	width: 50%;
}

@media all and (max-width: 768px) {
	.text__content {
		width: 100%;
	}
}
