@media screen and (max-width: 1440px) {
	.p-pageBusiness__machine-item,
	.p-pageBusiness__machine-sales-item {
		font-size: 18px;
		gap: 10px;
	}
}

.p-pageBusiness__machine-item {
	display: flex;
	align-items: flex-start;
	&:before {
		position: relative;
		top: 6px;
	}
}
.img1 {
	width: calc(172 / 1440 * 100vw);
}
@media screen and (max-width: 768px) {
	.img1 {
		width:172px;
	}
}

.imgs{
	display: flex;
	gap:32px;
}

.img335 {
	width: calc(335 / 1440 * 100vw);
	height: auto;
	img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
.img295 {
	width: calc(295 / 1440 * 100vw);
	height: auto;
	img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

