body {
  background-color: #F7F2E6;
}

.navbar {
  background-color: #F7F2E6;
}

.footer .column {
  background-color: #F7F2E6;
}

.placeholder-block-20 {
  height: 20px;
}

.hand-img {
  position: absolute;
  right: -110px;
  top: 16px;
  width: 191px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.underline-style {
  border: 0;
  border-image: url("https://bentoclub.s3.us-west-1.amazonaws.com/assets/illustrations/illustration-underline-full.svg") 10;
  border-bottom: 7px solid;
}

.underline-style2 {
  border: 0;
  border-image: url("https://bentoclub.s3.us-west-1.amazonaws.com/assets/illustrations/illustration-underline-half.svg") 10;
  border-bottom: 7px solid;
}

@media (min-width: 768px) {
  .hand-img {
    width: 280px;
    top: 0px;
    right: -100px;
  }
  .underline-style, .underline-style2 {
    border-bottom: 12px solid;
  }
}
@media (min-width: 1200px) {
  .hand-img {
    width: 460px;
    top: -60px;
    right: -105px;
  }
}



h1.title {
  font-family: 'Lilita One', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  color: #121212;
}

@media (min-width: 768px) {
  h1.title {
    font-family: 'Lilita One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 57px;
    color: #121212;
  }
}

h2.subtitle {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}

@media (min-width: 768px) {
  h2.subtitle {
    font-family: Manrope, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: #121212;
  }
}

h2.subtitle2 {
  font-family: 'Lilita One', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  h2.subtitle2 {
    font-family: 'Lilita One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 42px;
    color: #121212;
    margin-bottom: 24px;
  }
}

h3.title {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}

h3.testimonial {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  h3.title {
    font-family: Manrope, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #121212;
  }
  h3.testimonial {
    font-size: 18px;
    line-height: 25px;
  }
}

h4.subtitle {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  h4.subtitle {
    font-family: Manrope, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;

    color: #121212;
  }
}

.highlight-blue {
  color: #116fe8;
}

.highlight-green {
  color: #008335;
}

.highlight-orange {
  color: #f24822;
}

.cta-block {
  padding: 40px 90px;
  border-radius: 40px;
  text-align: left;
  background-color: #D0E5DA;
}

@media (max-width: 767px) {
  .cta-block {
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
  }
}

.menu-form-container {
  padding: 0;
  overflow: hidden;
}

.menu-form {
  padding: 35px 40px 30px;
  background-color: #F8DA65;
  text-align: center;
}

@media (min-width: 768px) {
  .menu-form {
    padding: 40px 90px;
    margin-right: -70px;
    border-radius: 40px;
    text-align: left;
  }
  .menu-form .btnEnterZipcodeConfirm {
    margin-left: 30px;
  }
}

.menu-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #121212;
  margin-bottom: 16px;
}

.btn-round {
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
}

.menu-form .form-control {
  border: 1.5px solid #121212;
  border-radius: 5px;
}

.menu-form .form-control::placeholder {
  color: #121212;
}

.menu-form .btnEnterZipcodeConfirm {
  background-color: #121212;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .how-it-works-img {
    min-height: 170px;
  }
  .menu-title {
    font-size: 25px;
    margin-bottom: 6px;
  }
}

.how-it-works-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.simplifying-meal-prep {
  padding: 0;
  overflow: hidden;
  background-color: #F2E5D3;
}

.simplifying-meal-prep-hand-1 {
  position: absolute;
  top: -14px;
  left: -35px;
  width: 127px;
}

.simplifying-meal-prep-hand-2 {
  position: absolute;
  top: 103px;
  right: -80px;
  width: 165px;
}

.simplifying-meal-prep-hand-3 {
  position: absolute;
  top: 298px;
  left: -39px;
  width: 114px;
}

.simplifying-meal-prep-hand-4 {
  position: absolute;
  top: 265px;
  right: -44px;
  width: 137px;
}

@media (min-width: 769px) {
  .simplifying-meal-prep-hand-1 {
    top: -54px;
    left: -82px;
    width: 310px;
  }
  .simplifying-meal-prep-hand-2 {
    top: 18px;
    right: -142px;
    width: 380px;
  }
  .simplifying-meal-prep-hand-3 {
    top: 288px;
    left: -77px;
    width: 280px;
  }
  .simplifying-meal-prep-hand-4 {
    top: 259px;
    right: -139px;
    width: 334px;
  }
}

@media (min-width: 993px) {
  .simplifying-meal-prep-hand-1 {
    top: 0px;
    left: -82px;
    width: 310px;
  }
  .simplifying-meal-prep-hand-2 {
    top: 50px;
    right: -142px;
    width: 380px;
  }
  .simplifying-meal-prep-hand-3 {
    top: 363px;
    left: -77px;
    width: 280px;
  }
  .simplifying-meal-prep-hand-4 {
    top: 325px;
    right: -139px;
    width: 334px;
  }
}

.frequently-asked-questions {
  background-color: #F7F2E6;
  overflow: hidden;
}

.frequently-asked-questions h1.title {
  font-size: 25px;
}

.question-block {
  padding: 40px 70px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .frequently-asked-questions h1.title {
    font-size: 18px;
  }
  .question-block {
    padding: 30px 20px;
  }
}

.question-block-1 {
  margin-right: 0;
  position: relative;
  background-color: #FC9D69;
  z-index: 2;
}

@media (max-width: 767px) {
  .question-block-1 {
    margin-right: 65px;
  }
}

.question-block-1-block {
  position: relative;
  top: -272px;
  margin-right: 65px;
}

.question-block .title {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .question-block .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.question-block .description {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #121212;
}

@media (max-width: 767px) {
  .question-block .description {
    font-size: 14px;
    line-height: 18px;
  }
}

.question-block-1-img-1 {
  position: absolute;
  top: 30px;
  left: -180px;
}

@media (max-width: 767px) {
  .question-block-1-img-1 {
    top: -115px;
    left: -14px;
    width: 30px;
  }
}

.question-block-1-img-2 {
  position: absolute;
  top: 200px;
  left: -70px;
}

@media (max-width: 767px) {
  .question-block-1-img-2 {
    top: 0px;
    left: -25px;
    width: 44px;
  }
}

.question-block-1-img-3 {
  width: 380px;
  max-width: none;
  position: absolute;
  top: 30px;
  left: calc(100% - 10px);
  z-index: 1;
}

@media (max-width: 767px) {
  .question-block-1-img-3 {
    left: calc(100% - 86px);
    width: 275px;
    top: 115px;
  }
}

.question-block-2-img-1 {
  width: 200px;
  position: absolute;
  top: 30px;
  left: -230px;
  z-index: 1;
}

@media (max-width: 767px) {
  .question-block-2-img-1 {
    width: 90px;
    top: 63px;
    left: -100px;
  }
}

.question-block-2 {
  background-color: #80D1A0;
  margin-top: -18px;
  position: relative;
  z-index: 3;
  margin-right: -100px;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .question-block-2 {
    margin-left: 70px;
    margin-right: 0;
  }
}

.question-block-3 {
  background-color: #F9DEDE;
  margin-top: -20px;
  position: relative;
  z-index: 3;
  margin-left: -100px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .question-block-3 {
    margin-left: -20px;
    margin-right: 60px;
    z-index: 2;
  }
}

.restaurants {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}

@media (max-width: 767px) {
  .restaurants {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-meals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

@media (max-width: 767px) {
  .feature-meals {
    grid-template-columns: repeat(2, 1fr);
  }
}


.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.logos .logo {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  border: none;
  margin: 20px auto 0;
}

.restaurant .cover {
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eee;
  position: relative;
}

.restaurant .logo {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.restaurant .title {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  text-align: center;
  color: #000000;
}

.maker-avatar-lg {
  width: 350px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
  border: none;
}

.stop-scrambling {
  background-color: #D0E5DA;
  padding-top: 50px;
  padding-bottom: 50px;
}

.stop-scrambling .decor-1 {
  position: absolute;
  width: 130px;
}

.stop-scrambling h1.title {
  font-size: 24px;
}

@media (max-width: 767px) {
  .maker-avatar-lg {
    width: 100%;
    height: 220px;
  }

  .stop-scrambling .decor-1 {
    width: 70px;
    left: 0px;
  }
}

h3.description {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #121212;
}

.home-v2 .btn, .home-v2 input {
  font-family: Manrope, Helvetica, Arial, sans-serif;
}

.home-v2 .menu-sign-up-box {
  background-color: transparent;
  margin-top: 24px;
  min-height: 100px;
}

.home-v2 .menu-sign-up-box .form-group  {
  margin-bottom: 10px;
}

.home-v2 .menu-sign-up-box h4 {
  font-family: Manrope, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #121212;
}

.home-v2 .menu-sign-up-box .btnEnterZipcodeConfirm {
  background-color: #121212;
}

@media (max-width: 767px) {
  .home-v2 .form-group {
    margin-bottom: 10px;
  }
  .home-v2 .menu-sign-up-box .inner {
    padding: 0;
  }
  .home-v2 .menu-sign-up-box h4 {
    font-size: 18px;
  }
}
