.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: 720px;
  width: 100%;
}

/* Tablet */
@media (min-width: 768px) {
  .blob-1 {
    top: 687px;
    left: -55px;
    width: 540px;
    height: 620px;
  }
}

@media (min-width: 1024px) {
  .blob-1 {
    top: 750px;
    left: -100px;
    width: 645px;
    height: 660px;
  }
}
