File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/assets/scss/elementor/_road-map-2.scss
.ova-road-map-2 {
display: flex;
margin: 0;
padding: 0;
list-style: none;
@media screen and (max-width: 767px) {
flex-direction: column;
}
p,h3 {
margin: 0;
}
.item {
width: 25%;
border-top: 1px solid #d2d5df;
position: relative;
padding: 35px;
&:before {
position: absolute;
content: "";
width: 15px;
height: 15px;
border-radius: 50%;
background: var(--primary);
top: 0;
left: 0;
transform: translateY(-50%);
}
&.active {
&:before {
position: absolute;
content: "";
width: 17px;
height: 17px;
border: 2px solid var(--primary);
border-radius: 50%;
background: #fff;
top: 0;
left: 0;
transform: translateY(-50%);
}
}
@media screen and (max-width: 767px) {
width: 100%;
padding-left: 30px;
border-top: 0;
border-left: 1px solid #d2d5df;
&:before {
transform: translateX(-50%);
}
&.active {
&:before {
transform: translateX(-50%);
}
}
}
}
.date {
font-size: 12px;
font-weight: 700;
color: var(--primary);
text-transform: uppercase;
}
.text-1 {
font-size: 20px;
font-weight: 800;
margin-top: 5px;
}
.text-2 {
font-size: 16px;
font-weight: 500;
margin-top: 5px;
}
}