.js-content-more {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  transition: all 300ms;
}
.js-content-more-link {
  position: absolute;
  display: block;
  height: 50px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: #fff;
}
.js-content-more-link span {
  background: rgb(232, 246, 255);
  text-align: center;
  padding: 10px 24px;
  color: #3498da;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px dashed #afdfff;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
.js-content-more .js-content-more-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  left: 0px;
  top: -50px;
}
.js-content-more.active .js-content-more-link::before {
  display: none;
}

.content a.banquet_link {
  font-size: 15px;
  font-weight: 600;
  color: #ff7e00;
  position: relative;
  display: inline-block;
}
.content a.banquet_link::before {
  content: '';
  background: url(/web/images/champagne.svg) no-repeat center center;
  background-size: 30px auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.content .code__short_description p,
.code__short_description p {
  margin: 0px;
}
.content .code__short_description,
.code__short_description {
  margin-top: -25px;
  margin-bottom: 10px;
  background: #3498da;
  color: #fff;
  padding: 10px 15px;
}

.menu-slider .owl-item {
  display: flex;
  justify-content: center;
}