.bake {
  overflow: hidden;
}

.section {
  position: relative;
}

.section h1 {
  color: #3c3c3c;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.2rem;
  margin: 80px 0 30px 0;
}

.section h1.white {
  color: #fff;
}

.section p.desc {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
}

.section p.white {
  color: #fff;
}

.section .title {
  text-align: center;
  margin: 100px 0 40px;
}

.section .title .white {
  color: #ffffff;
}

.section .title p {
  font-size: 24px;
  color: #a09fa2;
  line-height: 35px;
  margin: auto;
}

.btn {
  width: 210px;
  height: 65px;
  border-radius: 8px;
  font-size: 28px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.btn-white {
  background-color: #ffffff;
  color: #f19119;
}

.btn-orange {
  background-color: #f19119;
  color: #ffffff;
}

.btn:hover {
  cursor: pointer;
  background: none;
  border: 1px solid #ffb502;
  color: #ffb502;
  box-sizing: border-box;
}

.bake-banner {
  background: url(/Content/new/assets/imgs/bake/1-2.jpg) no-repeat;
  background-size: cover;
  height: 706px;
}

.bake-banner .wrapper {
  overflow: unset;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bake-banner .top_wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bake-banner .banner-img {
  width: 377px;
}

.bake-banner .btn-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 55px;
}

.bake-section-2 {
  padding-bottom: 90px;
}

.bake .bake-section-2 .title {
  margin-bottom: 100px;
}

.bake-section-3 {
  background: url(/Content/new/assets/imgs/bake/3-2.jpg) no-repeat;
  background-size: cover;
}

.bake-section-3 .wrapper {
  overflow: unset;
}

.bake .bake-section-3 .title {
  padding: 10px 0 78px;
  margin: 0;
}

.bake-section-3 .content {
  height: 483px;
  position: relative;
}

.bake-section-3 .content img {
  position: absolute;
  bottom: -62px;
  z-index: 999;
  max-height: 510px;
  left: 50%;
  transform: translateX(-50%);
}

.bake-section-4 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/bake/4-2.jpg) no-repeat;
  background-size: cover;
}

.bake-section-4 .content img {
  max-height: 660px;
}

.bake-section-5 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/bake/5-2.jpg) no-repeat;
  background-size: cover;
}

.bake-section-5 .content img {
  margin: 130px auto 0;
  max-height: 537px;
}

.bake-section-6 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/bake/6-2.jpg) no-repeat;
  background-size: cover;
}

.bake-section-6 .content img {
  max-height: 645px;
}

.bake-section-7 {
  padding-bottom: 90px;
  background: url(/Content/new/assets/imgs/bake/7-2.jpg) no-repeat;
  background-size: cover;
}

.bake-section-7 .content img {
  max-height: 600px;
}

.bake-section-8 {
  height: 800px;
  background: url(/Content/new/assets/imgs/bake/8-1.jpg) no-repeat;
  background-size: cover;
}

