.work-stage h2 {
	margin-bottom: 30px;
}
.work-stage .card__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 46px;
	padding-left: 25px;
	margin-bottom: 30px;	
}
.work-stage .card__box {
	border: none;
	overflow: unset;
}
.work-stage .card__img {
    margin-bottom: 20px;
	position: relative;
}
.work-stage .card__img img {
    border: 3px solid var(--zheltyy-500-osnovnoy);
	border-radius: 16px;
}
.work-stage .card__counter {
	border-radius: 50%;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #ffe80f 0%, #ffd748 100%);
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.work-stage .card__counter.before:before {
    position: absolute;	
	left: -23px;
    top: 50%;
    width: 23px;
    height: 0;
    z-index: 50;
    border-top: 3px dashed var(--zheltyy-500-osnovnoy);	
}
.work-stage .card__title {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	margin-bottom: 10px;
}
.work-stage .card__desc {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
.work-stage .content__quote {
    grid-template-columns: auto 552px;
    column-gap: 100px;
    padding: 30px 0;
    border-top: 2px solid var(--krasnyy-500-osnovnoy);
    border-bottom: 2px solid var(--krasnyy-500-osnovnoy);
}
.work-stage .quote__title {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.01em;
}
.work-stage .quote__list {
    row-gap: 20px;
}
.work-stage .quote__item {
	gap: 12px;
	align-items: start;
}
.work-stage .quote__item svg {
	flex-shrink: 0;
}
.work-stage .quote__text {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
.work-stage .content__note {
	border-radius: 16px;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
	background: var(--white);
	padding: 30px;
}
.work-stage .content__note-title {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.01em;	
	margin-bottom: 15px;
}
.work-stage .content__note-desc {
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;	
	margin-bottom: 0;
}
@media (max-width: 1023px) {
	.work-stage {
		display: none;
	}	
}