/* работы мастеров */
.masters-works {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.masters-works__title {
	text-align: center;
	color: var(--500-black);
}

.masters-works-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 360px;
}

.masters-works-item__header {
	position: relative;
	height: 300px;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.masters-works-item__description {
	color: var(--300-grey);
}

.owl-carousel .owl-item .masters-works-item__header .masters-works__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.masters-works-item .person-card {
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	padding: 16px;
}

.masters-works .owl-carousel .owl-item .person-card__pic {
	width: 48px;
	height: 48px;
}

@media (max-width: 768px) {
	.masters-works-item {
		width: 300px;
	}
}
/* работы мастеров конец */
