.section-content {
	position: relative;
}
.content-part .title {
	font-size: 28px;
	margin-bottom: 32px;
	line-height: 1.6;
}
.content-part {
	margin-bottom: 24px;
}
.content-shadow-1 {
	background: #0533E633;
	width: 15%;
	height: 60%;
	position: absolute;
	filter: blur(120px);
	right: 0;
	top: 30%;
	z-index: -1;
	border-radius: 50% 0 0 50%;
	animation: move-sh-4 6s alternate ease infinite;
}
.content-shadow-2 {
	background: #58F7A333;
	width: 12%;
	height: 50%;
	position: absolute;
	filter: blur(120px);
	left: 50%;
	bottom: 6%;
	z-index: -1;
	animation: move-sh-6 4s alternate ease infinite;
}
.content-part .link {
	margin-top: 32px;
}
.content-img {
	margin-bottom: 24px;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.content-part .title {
		font-size: 32px;
		line-height: 1.4;
		margin-bottom: 10px;
		max-width: 90%;
	}
	.content-img {
		margin-bottom: 0;
	}
	.content-inner {
		display: flex;
		align-items: center;
		/*justify-content: center;*/
		gap: 20px;
		margin: auto;
	}
	.content-part {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.content-inner {
		max-width: 80%;
	}
}