.packaging-section {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
  margin-top: 112px;
}
.packaging-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0; left: 0; right: 0; bottom: 0;
}
.packaging-content h1{
  font-family: emoji;
  font-size: 70px;
}

.sustainable-parahead{
  font-size: 30px;
}

.packaging-content {
  position: relative;
  z-index: 1;
}

.innovation-content {
  padding: 3rem 1rem;
}

.innovation-content h2 {
  margin-bottom: 1rem;
  font-family: emoji;
  font-size: 32px;
}

h3.inno-subtitle {
  font-family: emoji;
  font-size: 26px;
}

a.btn.sustainable-packaging-btn {
  background: #006001;
  color: white;
  border: none;
  padding: 6px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0;
}

p.sustainable-para{
  font-size: 18px;
}

li.sustainable-li {
  font-size: 18px;
}


@media (max-width: 768px){

  .packaging-section{
    height: 250px;
  }

  .packaging-content h1{
    font-family: emoji;
    font-size: 34px;
  }

  .sustainable-parahead {
    font-size: 18px;
  }

  .innovation-content{
    padding: 16px;
  }

  .innovation-content h2{
    font-size: 24px;
  }

  h3.inno-subtitle {
    font-size: 20px;
  }

  p.sustainable-para {
    font-size: 14px;
  }

  li.sustainable-li {
    font-size: 14px;
  }

  a.btn.sustainable-packaging-btn {
    font-size: 14px;
  }

  
}
