.central-kitchen-deliveries {
  background: #FFFAEE;
  padding: 120px 0 140px;
}
.central-kitchen-deliveries .full-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.central-kitchen-deliveries .full-content .left-content {
  width: 50%;
  border-radius: 12px;

}

.central-kitchen-deliveries .full-content .right-content {
  width: 50%;
  padding: 0 0 0 100px;
}
.central-kitchen-deliveries .full-content .video {
  max-height: 540px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.central-kitchen-deliveries .full-content .left-content .video:before {
  position: absolute;
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(195.89deg, rgba(0, 0, 0, 0.2) 40.17%, rgba(242, 103, 37, 0.14) 83.67%);
  border-radius: 12px;
}
.central-kitchen-deliveries .full-content .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: inherit;
}

.central-kitchen-deliveries .full-content .right-content h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  color: #333;
}
.central-kitchen-deliveries .full-content .right-content p {
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  color: #282D35;
}
.central-kitchen-deliveries .full-content .right-content p:last-of-type{
  margin: 0 !important;
}
.central-kitchen-deliveries .full-content .right-content ul {
  margin: 25px 0 0;
  padding: 0;
}
.central-kitchen-deliveries .full-content .right-content ul li {
  padding: 0 0 16px 40px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  color: #333;
}
.central-kitchen-deliveries .full-content .right-content ul li:last-of-type{
  padding-bottom:0 !important;
}
.central-kitchen-deliveries .full-content .right-content ul li::before {
  background: url('/template/e6267503/images/central-kitchen-deliveries-list-icon.svg') no-repeat;
  width: 20px;
  height: 20px;
  top: 7px;
}
body.widget-snippet .central-kitchen-deliveries .full-content .left-content::before,
.fee .central-kitchen-deliveries .full-content .left-content::before{
  display: none;
}
