.seo-info {
	width: 100%;
	position: relative;
	padding-top: var(--py-section);
	margin-bottom: var(--py-section);
	background: linear-gradient(to bottom, rgba(245, 249, 252, 1) 0%, rgba(245, 249, 252, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
}

.seo-info-top {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 960px;
}

.seo-info-top p {
	font-size: 18px;
	line-height: 30px;
}

.seo-info-top h2 span {
	display: block;
}

.seo-info-item {
	width: 100%;
	margin-bottom: 10px;
}

.seo-info-item h3 {
	margin-bottom: 15px;
}

.seo-info-item p:last-of-type {
	margin-bottom: 0;
}

.seo-info-list {
	width: 100%;
	max-width: 980px;
	padding-bottom: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
}

.seo-info-image {
	width: 100%;
	margin-bottom: 30px;
}

.seo-info-content {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.seo-info-image img {
	width: 100%;
	border-radius: var(--border-radius-base);
	box-shadow: 0 0 50px rgba(0, 0, 0, .05);
}

@media only screen and (min-width: 1025px) {
	.seo-info-top h4 {
		font-size: 28px;
	}

	.seo-info-top {
		margin-bottom: 50px;
	}

	.seo-info-list {
		display: flex;
		flex-wrap: wrap;
	}

	.seo-info-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 85px;
	}

	.seo-info-item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.seo-info-image {
		width: 53.5%;
		margin-bottom: 0;
	}

	.seo-info-content {
		text-align: left;
		width: 41%;
		padding-bottom: 0;
		padding-right: 40px;
	}
}
