.ostriym-seo-blocks {
	width: 100%;
	box-sizing: border-box;
    margin: 40px 0;
}

.ostriym-seo-blocks .jc-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: stretch;
}

.ostriym-seo-block {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	box-sizing: border-box;
	flex: 0 0 calc((100% - 24px * 3) / 4);
	max-width: calc((100% - 24px * 3) / 4);
}

.ostriym-seo-block-icon {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ostriym-seo-block-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ostriym-seo-block-icon-svg {
	color: #000;
}

.ostriym-seo-block-icon-svg svg {
	display: block;
	width: 28px;
	height: 28px;
}

.ostriym-seo-block-content {
	min-width: 0;
}

.ostriym-seo-block-title {
	font-family: Unbounded, sans-serif;
    font-weight: 700;
    font-size: 15px;
	color: #000;
}

.ostriym-seo-block-body {
	font-family: Unbounded;
    font-weight: 300;
    font-size: 13px;
	color: #747474;
}

@media (max-width: 1200px) {
	.ostriym-seo-block {
		flex: 0 0 calc((100% - 24px * 2) / 3);
		max-width: calc((100% - 24px * 2) / 3);
	}
}

@media (max-width: 768px) {
	.ostriym-seo-blocks .jc-container {
		gap: 16px;
	}

	.ostriym-seo-block {
		flex: 0 0 calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
		gap: 10px;
	}

	.ostriym-seo-block-icon {
		width: 24px;
		height: 24px;
	}

	.ostriym-seo-block-icon-svg svg {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 480px) {
	.ostriym-seo-blocks .jc-container {
		gap: 14px;
	}

	.ostriym-seo-block {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.ostriym-seo-block-title,
	.ostriym-seo-block-body {
		font-size: 13px;
		line-height: 18px;
	}
}
