#serving {
  margin-top: 37px;
}

#serving .container {
  position: relative;
}

#serving .serving-inner {
  background-image: url('../../images/home/serving-bg.png');
  background-image: image-set(url('../../images/home/serving-bg.png') 1x,
      url('../../images/home/serving-bg@2x.png') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 18px 40px;
  flex-basis: 600px;
  flex-shrink: 0;
  position: relative;
}

#serving .title {
  font-size: 50px;
  line-height: 0.94em;
  margin-bottom: 7px;
}

#serving p {
  font-size: 15px;
  line-height: 1.5333333333em;
  margin: 20px auto 0 auto;
  max-width: 514px;
  color:#000;
}

#serving .button {
  color: #fff;
  background-color: #000;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  width: 235px;
  max-width: 100%;
  margin-top: 20px;
}

#serving .image img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px ) {
  #serving .wrapper {
    flex-wrap: wrap;
  }
  #serving .container {
    padding: 0;
  }
  #serving .wrapper > * {
    flex-basis: 100%;
  }
  #serving .image {
    order: 1;
    position: relative;
  }
  #serving .serving-inner {
    order: 2;
    position: relative;
  }
  #serving .image img {
    width: 100%;
    object-position: top;
  }
}

@media screen and (max-width: 567px ) {
  #serving {
    margin-top: 34px;
  }
  #serving .serving-inner {
    padding: 27px 15px;
  }
  #serving .title {
    font-size: 33px;
    margin-bottom: 3px;
  }
  #serving p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 7px;
  }
  #serving .image {
    max-height: 240px;
  }
  #serving .button {
    font-size: 16px;
    height: 43px;
    width: 188px;
    line-height: 46px;
  }
}