.recruitmentProcessContainer {
    background-color: #141414;
}

.title {
  font-size: 1rem;
}


.item {
  min-width: 170px;
  border: 1px solid #E91C65;
    border-radius: 8px;
    padding: 22px 25px;
      width: 18.5%;
}

.overflow {
    @media (max-width: 994px) {
        overflow-x: scroll;
        &::-webkit-scrollbar {
            height: 5px;
        }

        &::-webkit-scrollbar-track {
            background-color: #bfbfbf;
            border: 0px solid #141414;
        }

        &::-webkit-scrollbar-thumb {
            background: #fff;
        }
    }
}

.timelineContainer {
    display: flex;
  flex-wrap: wrap;
    gap: 1rem;
    }
}

.fw-bold {
  font-weight: 700;
      margin-top: 20px;
}

.line {
    width: 85%;
    height: 1px;
    position: absolute;
    left: 3.5rem;
    top: 1.6rem;
    background: #bcfc07;
}

.svg {
  color: #bcfc07;
  overflow: visible;
}

.number {
    color: #fff;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 51px;
      font-weight: 600;
}

.desc {
    font-size: .9rem;
}
