#banner-section {
  position: relative;
  padding: 180px 0px;
  top: -60px;
}

#banner-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #3d2500;
  opacity: 0.3;
  z-index: -1;
}


#banner-section h2 {
  font-size: 48px;
  padding-top: 100px;
}


@media (min-width:992px) {
  #banner-section {
    position: relative;
    padding: 220px 0px;
    top: -80px;
  }

  #banner-section h2 {
    font-size: 64px;
    padding-top: 150px;
  }

  #banner-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3d2500;
    opacity: 0.3;
    z-index: -1;
  }


}
