/* ===== Leadership Impact Timeline ===== */

.acu-impact-wrapper{
max-width:700px;
margin:40px 0;
position:relative;
padding-left:40px;
}

.acu-impact-wrapper:before{
content:"";
position:absolute;
left:12px;
top:0;
bottom:0;
width:2px;
background:#e3e3e3;
}

.acu-impact-item{
position:relative;
margin-bottom:35px;
}

.acu-impact-dot{
position:absolute;
left:-34px;
top:6px;
width:14px;
height:14px;
background:#8b1d2c;
border-radius:50%;
}

.acu-impact-content h3{
margin:0 0 6px 0;
font-size:20px;
font-weight:600;
color:#1b1b1b;
line-height:1.3;
}

.acu-impact-content p{
margin:0;
font-size:14px;
color:#555;
line-height:1.6;
}

.acu-impact-item:last-child{
margin-bottom:0;
}