.background-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -5; 
}

.bg-blob {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  user-select: none;
}

.blob-1 {
  top: 700px;
  width: 100%;
}

/* Tablet */
@media (min-width: 768px) {
  .blob-1 {
    top: 680px;
    left: -55px;
    width: 600px;
  }
}

@media (min-width: 1024px) {
  .blob-1 {
    top: 735px;
  }
}

/* Desktop+ */
@media (min-width: 1440px) {
  .blob-1 {
    height: 600px;
  }
}
