.meal-ingredients-section {
    position: relative;
    z-index: 3;
  }

  .meal-ingredients-section>div {
    padding-bottom: 45px;
  }

  .ingredients {
    visibility: visible;
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
  }

  .dish {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dish .dishes {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 500px;
  }

  .dish .dishes:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }

  .dish .dishes>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dish .dishes .dish-img-wrapper {
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }

  .dish .dishes .dish-img-wrapper.invisible {
    opacity: 0;
  }

  .pulsating-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: pulse 1.5s infinite;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

  .pulsating-circle:hover {
    color: #3b7;
  }

  .pulsating-circle.active {
    background-color: #3b7;
    color: #fff;
  }

  .pulsating-circle.active:after {
    border-color: #3b7;
  }

  .pulsating-circle[data-index="1"] {
    left: 45%;
    top: 18%;
  }

  .pulsating-circle[data-index="2"] {
    left: 65%;
    top: 45%;
  }

  .pulsating-circle[data-index="3"] {
    left: 20%;
    top: 58%;
  }

  .pulsating-circle[data-index="4"] {
    left: 20%;
    top: 38%;
  }

  .pulsating-circle[data-index="5"] {
    left: 40%;
    top: 66%;
  }

  .cards-wrapper {
    margin-bottom: 92px;
  }

  .cards-wrapper>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 0 auto;
    max-width: 1136px;
    padding: 30px 0;
  }

  .cards-wrapper>ul>li {
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    flex: 0 1 auto;
    margin: -30px 0;
  }

  .cards-wrapper>ul>li.right-side {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }

  .cards-wrapper>ul>li[data-index="1"] {
    -webkit-order: 0;
    order: 0;
  }

  .cards-wrapper>ul>li[data-index="2"] {
    -webkit-order: 2;
    order: 2;
  }

  .cards-wrapper>ul>li[data-index="3"] {
    -webkit-order: 4;
    order: 4;
  }

  .cards-wrapper>ul>li[data-index="4"] {
    -webkit-order: 1;
    order: 1;
  }

  .cards-wrapper>ul>li[data-index="5"] {
    -webkit-order: 3;
    order: 3;
  }

  .cards-wrapper>ul>li ul {
    margin-left: 5px;
    padding: 0 0 0 15px;
    list-style-type: disc;
    white-space: normal;
  }

  .cards-wrapper>ul>li ul li {
    list-style: inherit;
  }

  .ingredient-card {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    padding-left: 25px;
    position: relative;
    width: 350px;
  }

  .revealed {
    transform: none !important;
    transition: none !important;
  }

  @media(max-width:991px) {
    .ingredients {
      max-width: 768px
    }
  }

  @media(min-width:992px) {
    .dish .dishes {
      max-width: calc(100% - 668px)
    }
  }

  @media(max-width:991px) {
    .dish .dishes {
      width: 350px
    }
  }

  @media(min-width:992px) {
    .dish {
      text-align: center;
      white-space: nowrap
    }
    .dish:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle
    }
    .dish>div {
      display: inline-block;
      vertical-align: middle;
      white-space: normal
    }
  }

  @media(max-width:991px) {
    .dish {
      position: static;
      margin-left: 16px;
      margin-right: 16px
    }
  }

  @media(min-width:992px) {
    .cards-wrapper>ul>li {
      opacity: .9
    }
    .cards-wrapper>ul>li[data-index="3"] {
      margin: -60px 0
    }
    .cards-wrapper>ul>li.active {
      -webkit-transform: translateX(30px);
      transform: translateX(30px)
    }
    .cards-wrapper>ul>li.active.right-side {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px)
    }
    .cards-wrapper>ul>li.active .card-title,
    .cards-wrapper>ul>li:hover .card-title {
      color: #046656
    }
    .cards-wrapper>ul>li.active .ingredient-card:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 8px;
      background-color: #046656
    }
  }

  @media(min-width:992px) {
    .cards-wrapper>ul {
      padding: 30px 16px
    }
  }

  @media(max-width:991px) {
    .ingredient-card-wrapper {
      display: none!important
    }
    .ingredient-card-wrapper.active {
      display: block!important
    }
  }

  @media(max-width:991px) {
    .cards-wrapper>ul {
      display: block;
      padding: 16px 0 0;
      position: relative;
      white-space: nowrap;
      width: 100%
    }
    .cards-wrapper>ul>li {
      cursor: -webkit-grab;
      cursor: grab;
      display: inline-block;
      margin: 0 32px 0 0;
      vertical-align: middle;
      width: 100%;
      margin-bottom: 20px
    }
    .cards-wrapper>ul>li.active {
      -webkit-transform: none;
      transform: none
    }
    .cards-wrapper>ul>li.active .ingredient-card:before {
      content: none
    }
  }

  @media(max-width:767px) {
    .cards-wrapper>ul>li .ingredient-card {
      padding: 16px;
      padding-right: 5px
    }
  }

  @media(max-width:991px) {
    .cards-wrapper {
      margin: 0 auto;
      max-width: 450px;
      overflow: hidden;
    }
  }

  @media(max-width:991px) {
    .ingredient-card {
      width: 100%;
      -webkit-transform: none!important;
      transform: none!important;
      opacity: 1!important;
      visibility: visible!important
    }
  }

  @media(max-width:767px) {
    .card-wrapper {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 284px;
      flex: 1 0 284px
    }
  }

  @media(max-width:991px) {
    .mobile-bg {
        background-color: #a6ce39;
        padding: 25px;
    }
      .benefits-section {
          padding: 0;
      }
  }
