.service-background {
  background-image: var(--mainback1-path);
  background-size: cover;
  background-position: center;
}

.note-background {
  background-image: var(--mainback2-path);
  background-size: cover;
  background-position: center;
}

.note {
  background-image: linear-gradient(white, white 40px, #b0b0b0 2px);
  background-size: 100% 42px;
}
