.trust_icons {
	text-align: center;
}

.trust_icons__list {
	display: flex;
	width: 1026px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-around;
	position: relative;
}
.trust_icons__icon {
	margin-bottom: 4px;
}

.trust_icons__title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	width: 210px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.trust_icons__bottom-logo {
	margin-top: 64px;
}

@media (min-width: 768px) {
	.trust_icons__list:before,
	.trust_icons__list:after {
		content: "";
		position: absolute;
		display: block;
		width: 2px;
		height: 100%;
		background-color: var(--neutral-300);
		top: 0;
	}

	.trust_icons__list[data-count="3"]:before {
		left: 33.33%;
	}

	.trust_icons__list[data-count="3"]:after {
		right: 33.33%;
	}

	.trust_icons__list[data-count="2"]:before {
		left: 50%;
	}

	.trust_icons__list[data-count="2"]:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.trust_icons__list {
		flex-direction: column;
		gap: 24px;
	}

	.trust_icons__item {
		display: flex;
		align-items: center;
		text-align: left;
		gap: 8px;
	}

	.trust_icons__title {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.trust_icons__icon {
		width: 48px;
		margin-bottom: 0;
	}

	.trust_icons__bottom-logo {
		margin-top: 24px;
	}

	.trust_icons__bottom-logo img {
		width: 148px;
		height: auto;
	}

	.hero_search_icons + .trust_icons {
		margin-top: calc(48px - 64px) !important;
	}
}
