.celebrate-section-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .celebrate-section-wrap {
    row-gap: 56px;
  }
}
@media (max-width: 767px) {
  .celebrate-section-wrap {
    row-gap: 32px;
  }
}

.celebrate-wrap {
  width: 100%;
  min-height: 600px;
  position: relative;
  padding: 75px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .celebrate-wrap {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .celebrate-wrap {
    min-height: 350px;
  }
}
.celebrate-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.72) 0%, rgba(36, 36, 36, 0) 100%);
  z-index: 1;
}
.celebrate-wrap .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.celebrate-wrap .container .celebrate-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  flex-direction: column;
  text-align: center;
  max-width: 886px;
  margin: 0 auto;
}
.celebrate-wrap .container .celebrate-content h2 {
  color: #ffffff;
  padding-bottom: 8px;
}
.celebrate-wrap .container .celebrate-content .btn-wrap {
  padding-top: 33px;
}
@media (max-width: 767px) {
  .celebrate-wrap .container .celebrate-content .btn-wrap {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .celebrate-wrap.stl-1 {
    min-height: 800px;
  }
}
.celebrate-wrap.stl-1::before {
  background: linear-gradient(180deg, rgba(36, 36, 36, 0.85) 1.5%, rgba(36, 36, 36, 0) 100%);
}
.celebrate-wrap.stl-1 .container .celebrate-content {
  max-width: 888px;
}
.celebrate-wrap.stl-1 .container .celebrate-content h2 {
  padding-bottom: 16px;
}