
.main-menu > ul > li {
    margin: 0px 4px;
}

.text-xl-start {
    text-align: left !important;
}

.img-left img {
    transform: rotateY(180deg);
}

.process-card-wrap:FIRST-child{
   border-right: 1px dashed hsl(218deg 25% 85%);
  
}

.process-card-wrap:last-child{
    border-right: none;
   
 }

 .event-card:before {
    right: 0px;
}



#department .process-card-wrap:nth-child(even) {
    border-right: none;
    border-left: 1px dashed hsl(218deg 25% 85%);

}