@import url(work-stage.css);
.work-stage__replanning {
	margin-bottom: 0;
	padding-bottom: 60px;
}
.work-stage__replanning .card__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 55px;
	margin-bottom: 49px;
}
.work-stage__replanning .card__counter {
	width: 60px;
	height: 60px;
	font-size: 28px;
	transform: translate(-35px, -50%);
}
.work-stage__replanning .card__desc {
    font-size: 18px;
}
.work-stage__replanning .content__note {
	position: relative;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
	background: #fff6f6;
    padding-left: 100px;	
}
.work-stage__replanning .content__note:after {
    width: 93px;
    height: 87px;
    position: absolute;
    top: 0;
    left: 0;	
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='77' height='82' viewBox='0 0 77 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M50.9727 81.3519C49.2828 81.3519 48.0978 80.5078 46.1121 78.6466L30.8106 64.6977L2.27809 64.7392C-10.3199 64.7825 -17.0833 57.7648 -17.0833 45.3797V13.0002C-17.0833 0.615036 -10.3199 -6.35938 2.27628 -6.35938H56.7225C69.2754 -6.35938 76.082 0.571751 76.082 13.0002V45.3797C76.082 57.8063 69.2772 64.7392 56.7225 64.6977H54.735V76.9981C54.735 79.6187 53.3408 81.3519 50.9727 81.3519ZM29.2036 36.461C31.4022 36.461 32.6701 35.1498 32.7548 32.9098L33.3031 12.028C33.3879 9.70143 31.6547 8.05477 29.2451 8.05477C26.8788 8.05477 25.0193 9.74471 25.1023 12.0695L25.7371 32.9098C25.8219 35.1931 27.0465 36.461 29.2036 36.461ZM29.2036 52.0168C31.6132 52.0168 33.938 50.0726 33.938 47.4502C33.938 44.8278 31.6547 42.8871 29.2036 42.8871C26.7093 42.8871 24.4692 44.7881 24.4692 47.4502C24.4692 50.1141 26.7525 52.0168 29.2036 52.0168Z' fill='%23C30909' /%3e%3c/svg%3e");
	background-repeat: no-repeat;
}