.background-item {
  align-items: center;
  z-index: 1;
  top: 0px;
  margin-bottom: 7px;
  position: absolute;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  padding: 9px;
  /*background: url("https://giffiles.alphacoders.com/324/32457.gif") center / cover, linear-gradient(126deg, #ffd40c, white);*/
  height: 54.2px;
}

