.why-trust-widget {
	border: 1px solid #999;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.why-trust-widget__title {
	font-size: 18px;
	font-weight: 800;
	color: #237cf4;
	margin: 0 0 12px;
	line-height: 1.3;
}

.why-trust-widget__items {
	border-top: 1px solid #999;
	padding-top: 8px;
}

.why-trust-widget__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.why-trust-widget__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.why-trust-widget__icon img {
	width: 46px;
	height: 46px;
    margin-bottom: 0;
}

.why-trust-widget__text {
	font-size: 14px;
	font-weight: 600;
	color: #52525b;
	margin: 0;
	line-height: 1.4;
}

.why-trust-widget__stat {
	font-weight: 700;
	color: #237cf4;
}
