/* Preserve the visual rhythm now that decorative sequence numbers are removed. */
.about-page .point-view__principles article {
  grid-template-columns: minmax(0, 1fr) minmax(190px, .8fr);
}

.about-page .value h3 {
  margin: 1.15rem 0 .8rem;
}

.services-page .timeline-step::before {
  position: absolute;
  top: .55rem;
  left: -61px;
  width: 15px;
  height: 15px;
  border: 3px solid #bfe3ff;
  border-radius: 50%;
  background: #177ce8;
  box-shadow: 0 0 0 7px rgba(23, 124, 232, .24);
  content: "";
}

@media (max-width: 700px) {
  .about-page .point-view__principles article {
    grid-template-columns: 1fr;
  }

  .about-page .point-view__principles p {
    grid-column: auto;
  }

  .services-page .timeline-step::before {
    left: -49px;
    width: 12px;
    height: 12px;
  }
}
