.cp-hitos {
position: relative;
max-width: 920px;
margin: 1.6rem 0 2.2rem 0;
padding: 0.5rem 0 0.2rem 0;
}
.cp-hitos__contenido {
position: relative;
margin-left: 1rem;
padding-left: 2.5rem;
}
.cp-hitos__contenido::before {
content: "";
position: absolute;
left: 0.44rem;
top: 0.35rem;
bottom: 0.8rem;
width: 2px;
background: linear-gradient(
to bottom,
#2C9ED8 0%,
#8EC8E7 45%,
#D7E8F2 100%
);
border-radius: 2px;
}
@media (max-width: 700px) {
.cp-hitos {
margin-top: 1rem;
}
.cp-hitos__contenido {
margin-left: 0;
padding-left: 2rem;
}
.cp-hitos__contenido::before {
left: 0.34rem;
}
}