.enjoy-section-container {
  position: relative;
  z-index: 10;
}
.enjoy-section-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-image: url("../images/bakery/4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.4);
}
.enjoy-section-container .text-wrapper {
  color: white;
  width: 710px;
  max-width: 100%;
  padding: 180px 80px;
  margin: auto;
}
.enjoy-section-container .text-wrapper .enjoy-title {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.enjoy-section-container .text-wrapper .enjoy-description {
  margin-top: 20px;
  line-height: 2em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .enjoy-section-container .text-wrapper {
    padding: 120px 40px;
  }
  .enjoy-section-container .text-wrapper .enjoy-title {
    font-size: 20px;
  }
  .enjoy-section-container .text-wrapper .enjoy-description {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .enjoy-section-container .text-wrapper {
    padding: 80px 20px;
  }
  .enjoy-section-container .text-wrapper .enjoy-title {
    font-size: 18px;
  }
  .enjoy-section-container .text-wrapper .enjoy-description {
    font-size: 14px;
  }
}
