.wr_block {
    display: flex;
}

.wr_timeline {
    color: #e4e4e4;
    font-size: 14px;
    font-family: var(--text-f);
    width: 800px;
    margin: auto;
}


.wr_left-description-title {
    font-size: 20px;
    background: #db7c44;
    margin-bottom: 10px;
    padding: 2px 5px;
color: #fff;
font-family: 'Encode Sans SC', sans-serif;
}

.wr_left {
    width: 400px;
    height: 230px;
    padding-top: 30px;
    border-bottom: 5px solid #ffc176;
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.wr_left-number {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 3px #db7c44;
    margin-bottom: -26px;
font-family: 'Encode Sans SC', sans-serif;
}
}

.wr_center {
    width: 0;
    height: 240px;
    border: 2px dashed #db7c44;
}

.wr_right {
    display: flex;
    align-items: flex-end;
    border-bottom: 5px solid #ffc176;
}

.wr_right-circle {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #db7c44;
    border: 5px solid #ffc176;
    margin-left: -20px;
    margin-bottom: -20px;
    box-sizing: border-box;
}

.wr_right-date {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
}

.wr_block2 {
    display: flex;
}

.wr_left2 {
    width: 404px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.wr_left2-date {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 5px solid #ffc176;
    padding-right: 30px;
}

.wr_left2-circle {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #ffc176;
    border: 5px solid #db7c44;
    box-sizing: border-box;
    margin-right: -20px;
    margin-bottom: -15px;
}

.wr_right2 {
    width: 400px;
    height: 230px;
    padding-top: 30px;
    border-bottom: 5px solid #ffc176;
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.wr_right2-number {
font-size: 100px;
color: transparent;
-webkit-text-stroke: 3px #db7c44;
margin-bottom: -26px;
margin-left: 30px;
font-family: 'Encode Sans SC', sans-serif;
}

.wr_right2-description {
    width: 250px;
    padding-bottom: 10px;
    line-height: 20px;
}

.wr_right2-description-title {
    font-size: 20px;
    background: #db7c44;
    margin-bottom: 10px;
    padding: 2px 5px;
    color: #fff;
font-family: 'Encode Sans SC', sans-serif;
}

	.wr_left-description{width:250px;padding-bottom:10px;line-height:20px}



		
		
		
		
		