.hamper-section {
  position: relative;
  min-height: 500px;
  background:
    linear-gradient(
      90deg,
      rgba(49, 14, 36, .95),
      rgba(99, 39, 79, .72),
      rgba(99, 39, 79, .12)
    ),
    url("../../img/hampers.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hamper-content {
  max-width: 650px;
  color: #fff;
}

.hamper-content h2 {
  color: #fff;
}

.hamper-content h2 em {
  color: #ffc3dc;
}

.hamper-content p {
  margin: 18px 0 26px;
  color: #f5e7ee;
}

@media(max-width:580px) {
  .hamper-section {
    min-height: 540px;
    background-position: 70% center;
  }
}
