.myde-partners {
	padding-top: 30px;
	padding-bottom: 30px;
}

.myde-partners__pretitle {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #e6e6e6;
	text-transform: uppercase;
}

.myde-partners__pretitle::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #e7e7e7;
	transform: scaleY(0.3);
	transform-origin: bottom;
}

.myde-partners__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}

.myde-partners__item {
	--glass-radius: 4px;
	--glass-light: 0.55;
	--glass-refraction: 0.62;
	--glass-depth: 0.28;
	--glass-dispersion: 0.28;
	--glass-frost: 0.04;

	display: flex;
	width: calc((100% - (20px * 5)) / 6);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(242, 206, 181, 0.05);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.myde-partners__item-title,
.myde-partners__item-desc {
	width: 121px;
	text-align: center;
}

.myde-partners__item-title {
	padding: 8px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	color: #e6e6e6;
}

.myde-partners__item-desc {
	padding: 8px 0;
	border-top: 1px solid #e7e7e7;
	font-weight: 300;
	font-size: 12px;
	line-height: normal;
	color: #e6e6e6;
}

.myde-partners__item-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.myde-partners__list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}

	.myde-partners__item {
		width: 100%;
		min-height: 130px;
	}
}

@media (max-width: 1023px) {
	.myde-partners {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.myde-partners__pretitle {
		font-weight: 300;
		font-size: 12px;
	}

	.myde-partners__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.myde-partners__item {
		width: 100%;
		min-height: 120px;
	}

	.myde-partners__item-title,
	.myde-partners__item-desc {
		width: auto;
		max-width: 130px;
	}
}
