.list6-items .list6-item {
  text-align: center;
  padding: var(--grid-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  flex: 1;
}
.list6-items .list6-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--second-border-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.list6-items .list6-item .list6-icon {
  border-radius: 50%;
  box-shadow: 0px 0px 20px hsla(213.62, 95.08%, 23.92%, 0.16);
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.list6-items .list6-item .list6-icon svg {
  display: block;
  height: auto !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100px !important;
  z-index: 9;
}
.list6-items .list6-item .list6-icon .lottie[lottie-icon=lottie-vacancy] svg {
  width: 90px !important;
  margin-top: 6px;
}
.list6-items .list6-item .list6-body {
  margin-top: 15px;
}
.list6-items .list6-item .list6-body .list6-content {
  font-size: 2rem;
  color: var(--active-color);
  font-weight: 600;
}
.list6-items .list6-item .list6-body .list6-title {
  font-size: var(--description-size);
  color: var(--main-color);
  font-weight: 600;
}

.list6-item-wrap:last-child .list6-item:after {
  display: none;
}

@media (max-width: 991.98px) {
  .list6-items .list6-item .list6-body .list6-content {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .list6-item-wrap:nth-child(2) .list6-item:after {
    display: none;
  }
  .list6-items .list6-item .list6-body .list6-content {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .list6-items .list6-item .list6-body .list6-content {
    font-size: 1.563rem;
  }
  .list6-items .list6-item:after {
    height: 80%;
    top: 10%;
  }
}
