
.trust {
	padding-block: 80px;
	overflow-x: hidden;
}

@media screen and (max-width: 768px) {
	.trust {
		padding-block: 40px;
	}
}

.trust .trust-title {
	margin-bottom: 32px;
	max-width: 50%;
}

@media screen and (max-width: 768px) {
	.trust .trust-title {
		max-width: 100%;
	}
}

.trust .trust-subtitle {
	margin-bottom: 32px;
	max-width: 50%;
}

@media screen and (max-width: 768px) {
	.trust .trust-subtitle {
		max-width: 100%;
	}
}

.trust .trust-items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

@media screen and (max-width: 768px) {
	.trust .trust-items {
		padding: 0 10px 20px;
		margin: 8px -10px 0;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.trust .trust-item {
	flex-basis: calc(20% - 13px);
	text-align: center;
	padding: 16px;
	box-shadow: 0 1px 10px 0 rgba(20, 44, 86, .1);
}

.trust .trust-item.trust-link {
	transition: box-shadow .3s ease-in-out;
}

.trust .trust-item.trust-link:hover {
	box-shadow: 0 1px 10px 0 rgba(20, 44, 86, .2);
}

@media screen and (max-width: 768px) {
	.trust .trust-item {
		flex-shrink: 0;
		flex-basis: auto;
		margin-bottom: 0;
		width: 180px;
		padding: 0;
	}
}

.trust .trust-item img {
	max-width: 150px;
	width: 100%;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}
