.myde-why-us {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.myde-why-us__bg {
	display: flex;
	width: 100%;
}

.myde-why-us__bg img,
.myde-why-us__bg picture {
	width: 100%;
}

.myde-why-us__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0;
}

.myde-why-us__content .max-width {
	position: relative;
	height: 100%;
}

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

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

.myde-why-us__list {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 100%;
	padding: 0 40px;
}

.myde-why-us__item {
	position: relative;
	display: flex;
	width: calc(100% / 4);
	flex-direction: column;
	justify-content: flex-end;
	padding-right: 49px;
	padding-left: 40px;
}

.myde-why-us__item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	transform: scaleX(0.3);
	transform-origin: right center;
}

.myde-why-us__item:first-child {
	padding-left: 0;
}

.myde-why-us__item:last-child {
	padding-right: 0;
}

.myde-why-us__item:last-child::after {
	display: none;
}

.myde-why-us__item-content {
	display: flex;
	min-height: 160px;
	flex-direction: column;
	margin-bottom: 70px;
	row-gap: 20px;
}

.myde-why-us__item-title {
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #f2ceb5;
	text-transform: uppercase;
}

.myde-why-us__item-desc {
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	color: #e6e6e6;
}

@media (min-width: 1440px) {
	.myde-why-us {
		height: clamp(875px, calc(42.708vw + 260px), 1080px);
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
	}

	.myde-why-us__bg,
	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		height: 100%;
	}

	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		object-fit: cover;
		object-position: center;
	}

	.myde-why-us__content {
		padding: 0;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.myde-why-us {
		height: 688px;
		padding-top: 0;
	}

	.myde-why-us__bg,
	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		height: 688px;
	}

	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		object-fit: cover;
		object-position: center;
	}

	.myde-why-us__content {
		padding: 0;
	}

	.myde-why-us__list {
		right: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.myde-why-us__item {
		padding-right: 26px;
		padding-left: 26px;
	}

	.myde-why-us__item-content {
		min-height: 221px;
		margin-bottom: 42px;
	}
}

@media (max-width: 1023px) {
	.myde-why-us {
		min-height: 750px;
		padding: 0;
	}

	.myde-why-us__bg,
	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		height: 750px;
	}

	.myde-why-us__bg img,
	.myde-why-us__bg picture {
		object-fit: cover;
		object-position: center;
	}

	.myde-why-us__content {
		position: absolute;
		padding: 0;
	}

	.myde-why-us__pretitle {
		margin-top: 206px;
		font-weight: 300;
		font-size: 12px;
	}

	.myde-why-us__list {
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: calc(100% + 40px);
		height: auto;
		margin-top: 26px;
		margin-left: -20px;
		padding: 0;
	}

	.myde-why-us__list::after {
		content: "";
		position: absolute;
		top: -8px;
		left: 50%;
		width: 1px;
		height: 480px;
		background: #f2ceb5;
		transform: translateX(-50%) scaleX(0.3);
		transform-origin: center;
	}

	.myde-why-us__item {
		width: 100%;
		min-height: 222px;
		padding: 0 18px 20px 20px;
		justify-content: flex-start;
	}

	.myde-why-us__item:first-child {
		padding-left: 20px;
	}

	.myde-why-us__item:last-child {
		padding-right: 18px;
	}

	.myde-why-us__item::after {
		display: none;
	}

	.myde-why-us__item:nth-child(n + 3)::before {
		content: "";
		position: absolute;
		top: -32px;
		height: 1px;
		background: #f2ceb5;
		transform: scaleY(0.3);
		transform-origin: top;
	}

	.myde-why-us__item:nth-child(3)::before {
		left: 0;
		width: 100%;
	}

	.myde-why-us__item:nth-child(4)::before {
		right: 0;
		width: 100%;
	}

	.myde-why-us__item-content {
		min-height: 0;
		margin-bottom: 0;
		row-gap: 12px;
	}

	.myde-why-us__item-title {
		font-size: 16px;
		line-height: normal;
	}

	.myde-why-us__item-desc {
		font-size: 14px;
		line-height: normal;
	}
}
