.our-works-item {
	height: 364px;
	position: relative;
	overflow: hidden;

}

.our-works-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.our-works-item-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	border-radius: 14px;
	background: #fff;
	padding: 23px 20px 23px 65px;
	line-height: 106%;
	height: 80px;

	display: flex;
	align-items: center;
	font-size: 20px;
}

.our-works-item-number {
	color: rgba(156, 156, 156, 1);
	font-size: 55px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 30px;
}
