#ip_attribute_filter-4 .c-ip-attribute-filter__list {
	max-height: 340px;
	overflow-y: auto;
	padding-right: 6px;
	scrollbar-width: thin;
}

.audrey-collection-trust {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	clear: both;
	color: #111;
	margin-top: 54px;
	padding: 64px 24px 70px;
	width: 100%;
}

.audrey-collection-trust__inner {
	display: grid;
	gap: 56px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1680px;
}

.audrey-collection-trust__item {
	margin: 0;
	text-align: center;
}

.audrey-collection-trust__icon {
	fill: none;
	height: 40px;
	margin: 0 auto 22px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
	width: 40px;
}

.audrey-collection-trust__item h2 {
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.audrey-collection-trust__item p {
	color: #666;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 520px;
}

@media (max-width: 767px) {
	#ip_attribute_filter-4 .c-ip-attribute-filter__list {
		max-height: 280px;
	}

	.audrey-collection-trust {
		margin-top: 36px;
		padding: 48px 22px 54px;
	}

	.audrey-collection-trust__inner {
		gap: 46px;
		grid-template-columns: 1fr;
	}

	.audrey-collection-trust__icon {
		margin-bottom: 18px;
	}

	.audrey-collection-trust__item h2 {
		font-size: 15px;
	}

	.audrey-collection-trust__item p {
		font-size: 15px;
	}
}
