.levenlight-product-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0 6px;
}

.levenlight-product-trust__item {
	display: flex;
	align-items: center;
	min-width: 0;
	padding: 11px 13px;
	background: #f0f2f5;
	border: 1px solid #e3e6ea;
	border-radius: 12px;
	color: #292929;
}

.levenlight-product-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin-right: 11px;
	background: #f1df19;
	border-radius: 10px;
	color: #333630;
}

.levenlight-product-trust__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.levenlight-product-trust__copy {
	display: block;
	min-width: 0;
	line-height: 1.25;
}

.levenlight-product-trust__copy strong,
.levenlight-product-trust__copy small {
	display: block;
}

.levenlight-product-trust__copy strong {
	font-size: 13px;
	font-weight: 600;
}

.levenlight-product-trust__copy small {
	margin-top: 3px;
	color: #777;
	font-size: 11px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.levenlight-product-trust {
		grid-template-columns: 1fr;
	}
}
