.block-seen-in__title {
	color: var(--cwp-primary);
    font-family: "BlackBamboo","Montserrat",sans-serif;
    font-weight: 800;
    line-height: 1.2;
	text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.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;
}

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