.service-line {
  line-height: 1.3;
}
.error {
  border-bottom: 2px solid red;
}
.container {
  position: relative;
}
  .scroll-offset {
    position: absolute;
    top: 0;
}
.about-container .scroll-offset {
  top: -6em;  
}
@media screen and (max-width: 768px) {
  .scroll-offset {
    top: -4em;
  }
  .about-container .scroll-offset {
    top: -10em;  
  }
}