#delivery_payment {
  padding-top: 200px; }
  #delivery_payment .container {
    position: relative;
    overflow: visible; }
  #delivery_payment .title {
    margin-bottom: 0;
    text-align: left; }
  #delivery_payment .col-left {
    width: 60%;
    float: left;
    padding-bottom: 60px; }
    #delivery_payment .col-left p {
      font-weight: 400;
      line-height: 30px;
      font-size: 18px;
      margin-top: 20px;
      color: #545F6E; }
    #delivery_payment .map-legend {
      margin-top: 44px; }
      #delivery_payment .map-legend .legend {
        display: inline-block;
        vertical-align: middle;
        width: 280px;
        height: 54px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 20px 50px rgba(31, 39, 58, 0.16);
        box-shadow: 0px 20px 50px rgba(31, 39, 58, 0.16);
        border-radius: 62.5px;
        padding: 15px;
        margin-right: 40px; }
        #delivery_payment .map-legend .legend .text {
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          font-size: 15px;
          color: #545F6E;
          display: inline-block;
          vertical-align: middle; }
        #delivery_payment .map-legend .legend .green, #delivery_payment .map-legend .legend .yellow {
          display: inline-block;
          vertical-align: middle;
          width: 24px;
          height: 24px;
          border-radius: 50px;
          margin-right: 15px; }
        #delivery_payment .map-legend .legend .green {
          background: #2EB010;
          -webkit-box-shadow: 0px 0px 8px rgba(46, 176, 16, 0.5);
          box-shadow: 0px 0px 8px rgba(46, 176, 16, 0.5); }
        #delivery_payment .map-legend .legend .yellow {
          background: #FFD943;
          -webkit-box-shadow: 0px 0px 8px rgba(255, 217, 67, 0.5);
          box-shadow: 0px 0px 8px rgba(255, 217, 67, 0.5); }
  #delivery_payment .col-right {
    width: 40%;
    float: right; }
    #delivery_payment .col-right .payment {
      float: right;
      width: 384px;
      height: 275px;
      padding: 40px;
      margin-top: 20px;
      background: #545F6E;
      /* Shadow_Medium */
      -webkit-box-shadow: 0px 25px 40px rgba(31, 39, 58, 0.2);
      box-shadow: 0px 25px 40px rgba(31, 39, 58, 0.2);
      border-radius: 10px; }
      #delivery_payment .col-right .payment .title {
        font-weight: 500;
        line-height: normal;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 24px; }
      #delivery_payment .col-right .payment .text {
        font-weight: 400;
        line-height: normal;
        font-size: 15px;
        display: inline-block;
        color: #FFFFFF;
        margin-bottom: 20px; }
        #delivery_payment .col-right .payment .text span {
          display: inline-block;
          width: 28px;
          height: 28px;
          font-weight: 600;
          line-height: 27px;
          font-size: 16px;
          text-align: center;
          color: #FFFFFF;
          border-radius: 50%;
          background: #EEC28E;
          margin-right: 12px; }

#delivery_dish {
  position: absolute;
  top: 316px;
  right: -106px;
  background: url(../../img/landing/delivery_dish.png) no-repeat 50% 50%;
  background-size: 100%;
  width: 633px;
  height: 588px;
  z-index: 2; }

#pepper_mint {
  width: 372px;
  height: 359px;
  background-size: 78%;
  top: -210px;
  left: -200px;
  z-index: 9; }

#map {
  position: relative;
  z-index: 1;
  height: 750px;
  width: 100%;
  background: url(../../img/landing/map.jpg) no-repeat 50% 50%;
  background-size: cover; }

  #delivery_payment .map-legend {
    display: none;
  }

  #delivery_payment .col-left .map-legend {
    display: block;
  }


@media (max-width: 767px) {
  #map {
    background-position: 45% 50%;
  }
  #delivery_payment .col-left {
    width: 100%;
    float: none;
  }
  #delivery_payment .col-right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #delivery_dish {
    display: none;
  }
  #delivery_payment .title {
    margin-bottom: 30px;
  }
  .delivery_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  #delivery_payment .col-left .map-legend {
    display: none;
  }
  #delivery_payment .map-legend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  #delivery_payment .col-right .payment {
    float: none;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  #delivery_payment .map-legend .legend {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 47%;
    margin: 0;
  }
  #delivery_payment .map-legend .legend .green, #delivery_payment .map-legend .legend .yellow {
    width: 15px;
    height: 15px;
    margin-right: 13px;
  }


}