.bullet-item {
    margin-bottom: 1rem;
}

.descriptiontext {
    font-size: 1rem;
    text-align: start;
    margin-bottom: 1.5rem;
}

.servicediv h6 {
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
  color: var(--primary-dark);
}

.servicediv h6::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-dark);
  font-size: 2.9em;
  line-height: 1;
}

.servicediv p {
  text-align: justify;
}
