@charset "UTF-8";

.technician-products-top {
	padding: 30px;
	padding-top: 30px;
	letter-spacing: normal;
	border-right: 1px solid #D0D0D0;
}

.technician-products-container {
	display: flex;
	width: 1137px;
	row-gap: 21.7px;
	height: 460px;
	flex-wrap: wrap;
	box-sizing: border-box;
	column-gap: 21.7px !important;
}

.technician-products-deals-item {
	width: 210px;
	height: 139px;
	box-sizing: border-box;
}

.technician-products-deals-item img {
	width: 210px;
	height: 110px;
	border-radius: 8px;
}

.technician-product-name {
	width: 210px;
	height: 30px;
	color: #0867b2;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	font-style: normal;
	text-align: center;
	word-wrap: break-word;
	font-family: "prompt";
}