.block-seen-in__title {
	text-align: center;
	margin: 0 0 24px;
	/* font-family: var(--wp--preset--font-family--secondary); */
	font-size: var(--wp--preset--font-size--large);
	/* font-weight: 700; */
	letter-spacing: var(--wp--custom--letter-spacing--looser);
	line-height: var(--wp--custom--line-height--small);
	text-transform: uppercase;
	color: var(--wp--custom)
}

.block-seen-in__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
	row-gap: 16px;
}

.block-seen-in__wrap img,
.editor-styles-wrapper .block-seen-in__wrap img {
	width: 122px;
	height: 58px;
	object-fit: contain;
	opacity: 0.5;
}

.block-area-sidebar .block-seen-in__wrap {
	gap: 16px;
}
