.sc__about .sc__inner {
	display: flex;
	flex-direction: row-reverse;
	max-width: 100%;
	padding-left: 0;
	gap: 56px;
}

.sc__about .sc__header {
	width: 100%;
	padding: 0;
}

.sc__about .sc__header img {
	width: auto;
	max-width: 240px;
	margin-bottom: 24px;
}

.sc__about .sc__body {
	width: 100%;
}

.sc__about .sc__body img {
	width: 100%;
}

@media (max-width: 768px) {
	.sc__about .sc__header {
		padding: 0 24px;
	}

	.sc__about .sc__inner {
		display: flex;
		flex-direction: column-reverse;
		max-width: 100%;
		gap: 24px;
		padding: 0;
	}

	.sc__about .sc__header img {
		max-width: 200px;
	}
}