.features-content .row div:not(:last-child){
  border-right: 1px solid var(--color-grey-40);
}

.features-content-item {
    gap: 20px;
    display: flex;
    padding: 12px 0px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.features-content-item p{
  color: var(--color-grey-90);
  /* font-size: 16px;
  line-height: 24px; */
}