.service-body ul,
.service-body ol {
  padding-left: var(--spacing-2);
}

.service-body p {
  padding-bottom: var(--spacing-2);
}

.service-body ul {
  list-style: none;
}

.service-body ul li {
    position: relative;
}

.service-body ul li:after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--secondary-color);
    display: block;
    position: absolute;
    transform: translate(-20px, -50%) rotate(45deg);
    top: 50%;
    left: 0;
  }


@media screen and (max-width: 1199px) {
  .service-header-wrapper.bigger h1 {
    font-size: 2.5rem;
  }
}
