.trusted_numbers h2 {
	text-align: center;
	margin-bottom: 32px;
}

@media(max-width: 991px) {
	.trusted_numbers h2 {
		margin-bottom: 24px;
	}
}

.trusted_numbers .flex_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.trusted_numbers .box {
	width: calc(25% - (16px * 3 / 4));
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	padding: 24px;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}

@media(max-width: 991px) {
	.trusted_numbers .box {
		width: calc(50% - 8px);
		padding: 16px;
	}
}

@media(max-width: 767px) {
	.trusted_numbers .box {
		width: 100%;
	}
}

.trusted_numbers .box .icon_box {
	width: 100px;
	height: 100px;
}

@media(max-width: 991px) {
	.trusted_numbers .box .icon_box {
		width: 64px;
		height: 64px;
	}
}

.trusted_numbers .box .icon_box img {
	display: block;
	max-width: 100%;
}

.trusted_numbers .box h3 {
	font-size: 22px;
}

@media(max-width: 991px) {
	.trusted_numbers .box h3 {
		font-size: 18px;
	}
}
