#collection__section {
  background-image: url('/website_files/src/assets/home/collection/collection-photo.jpg');
  background-position: center 40%;
  background-size: cover;
  border-radius: 12px;
  padding: 1.7rem 1.3rem;
  overflow: hidden;
  z-index: 2;
}

.bg__collection {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0000009d 100%);
  z-index: -1;
}
