.trusted-by-block {
	--tb-container-width: 81.25rem;
	--tb-gap: 1.875rem;
	color: var(--hr-color-text);
}

.trusted-by-block.alignwide,
.trusted-by-block.alignfull {
	max-width: none;
}

.trusted-by-block__container {
	margin: 0 auto;
	padding: 2.5rem clamp(1rem, 4vw, 2rem);
}

.trusted-by-block__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	justify-items: center;
	gap: 0 var(--tb-gap);
	width: min(100%, var(--tb-container-width));
	margin: 0 auto;
}

.trusted-by-block__item {
	min-width: 0;
	width: 100%;
}

.trusted-by-block__item--text {
	text-align: center;
}

.trusted-by-block__heading {
	margin: 0;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.1;
}

.trusted-by-block__text {
	font-size: var(--hr-font-size-base);
	font-weight: 500;
	line-height: 1.5;
}

.trusted-by-block__text p {
	margin: 0;
}

.trusted-by-block__item--image {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.trusted-by-block__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 6rem;
	object-fit: contain;
}

.trusted-by-block__placeholder {
	margin: 0;
	padding: 1rem;
	border: 1px dashed rgba(38, 43, 74, 0.2);
	border-radius: 0.5rem;
	font-size: 0.875rem;
	opacity: 0.85;
	text-align: center;
}

@media (min-width: 1025px) {
	.trusted-by-block__container {
		padding-block: 3.75rem;
	}

	.trusted-by-block__grid {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0;
	}

	.trusted-by-block__item {
		flex: 0 0 auto;
		width: auto;
	}

	.trusted-by-block__heading {
		font-size: 3.4375rem;
	}
}
