.c-content-feature-9 {
    margin: 0;
    width: 100%;
    padding: 20px 0;
    overflow-x: hidden; }
.c-content-feature-9 h3 {
    color: #3f444a; }
.c-content-feature-9 p {
    color: #5c6873; }
.c-content-feature-9 .c-timeline {
    position:absolute;
    width:2px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}
.c-content-feature-9 .c-timeline .c-timeline-progress {
    width:100%;
}
.c-content-feature-9 .col-xs-12 {
    padding: 10px 0;
}
.c-content-feature-9 .col-xs-12 .c-picto {
    position: absolute;
    background: white;
    width:40px;
    height:40px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.c-content-feature-9 .col-xs-12 .c-picto a{
    height: 100%;
    display: block;
    width: 100%;
}
.c-content-feature-9 .col-xs-12 .c-picto a i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-content-feature-9 .c-card {
    padding-right:30px;
}
.c-content-feature-9 .c-card.c-card-right {
    padding-left:30px;
}
.c-content-feature-9 .c-content {
    padding: 40px;
    background: white;
    border-radius: 6px;
}
.c-content-feature-9 .c-arrow {
    position: absolute;
    width:20px;
    height:20px;
    background: white;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.c-content-feature-9 .c-card.c-card-right .c-arrow {
    left: 20px;
}
@media (max-width:992px) {
    .c-content-feature-9 .c-card .c-arrow, .c-content-feature-9 .c-card.c-card-right .c-arrow {
        left: 60px;
    }
    .c-content-feature-9 .c-card, .c-content-feature-9 .c-card.c-card-right {
        padding-left:70px;
    }
    .c-content-feature-9 .c-timeline, .c-content-feature-9 .col-xs-12 .c-picto {
        left: 30px;
    }
}

