.elementor-widget-hermes-smart-icons,
.elementor-widget-hermes-smart-icons .hmw-smart-icons,
.elementor-widget-hermes-smart-icons .hmw-smart-icons *,
.elementor-widget-hermes-heading-description .hmw-smart-icons,
.elementor-widget-hermes-heading-description .hmw-smart-icons * {
	box-sizing: border-box;
}

.elementor-widget-hermes-smart-icons,
.elementor-widget-hermes-heading-description .hmw-smart-icons {
	min-width: 0;
}

.hmw-smart-icons {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	width: auto;
	max-width: 100%;
	margin: 0 28px 24px;
	padding: 0;
	direction: rtl;
}

.hmw-smart-icons__item {
	--hmw-smart-icons-item-text-align: right;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: var(--hmw-smart-icons-item-width, auto);
	min-width: 0;
	color: #100a50;
}

.hmw-smart-icons__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	color: #3518b0;
	font-size: 40px;
	line-height: 1;
}

.hmw-smart-icons__icon svg,
.hmw-smart-icons__icon img,
.hmw-smart-icons__icon i {
	display: block;
	width: 1em;
	height: 1em;
	max-width: none;
	font-size: inherit;
	line-height: 1;
	object-fit: contain;
}

.hmw-smart-icons__icon i::before {
	display: block;
}

.hmw-smart-icons__text {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #100a50;
	font-family: inherit;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5;
	text-align: var(--hmw-smart-icons-item-text-align, right);
	overflow-wrap: anywhere;
	white-space: var(--hmw-smart-icons-text-white-space, nowrap);
}

@media (max-width: 1024px) {
	.hmw-smart-icons {
		gap: 26px;
		margin: 0 22px 20px;
	}

	.hmw-smart-icons__item {
		gap: 12px;
	}

	.hmw-smart-icons__icon {
		font-size: 34px;
	}

	.hmw-smart-icons__text {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.hmw-smart-icons {
		gap: 10px;
		margin: 0 16px 18px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.hmw-smart-icons::-webkit-scrollbar {
		display: none;
	}

	.hmw-smart-icons__item {
		flex: 0 0 auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
		--hmw-smart-icons-item-text-align: center;
	}

	.hmw-smart-icons__icon {
		font-size: 25px;
	}

	.hmw-smart-icons__text {
		font-size: 13px;
		line-height: 1.45;
	}
}
