#serving {
  margin-top: 55px;
}

#serving .container {
  position: relative;
}

#serving .serving-inner {
  background-repeat: no-repeat;
  background-image: url('../../images/home/serving-bg.png');
  background-position: center;
  background-size:cover;
  padding: 28px 62px;
  flex-basis: 600px;
  flex-shrink: 0;
  position: relative;
}

#serving .title {
  font-size: 36px;
  line-height: 41.5px;
  margin-bottom: 7px;
}

#serving p {
  font-size: 16px;
  line-height: 21px;
}

#serving p span {
  margin-top: 11px;
  font-size: 19px;
  line-height: 21px;
}

#serving .button {
  height: 50px;
  line-height: 50px;
  margin-top: 23px;
  padding: 0 38px;
  position: relative;
  z-index: 2;
}

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

#serving .d1 {
  bottom: 0;
  right: 561px;
}

@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%;
  }
  #serving .image .d1 {
    bottom: -8px;
    right: -35px;
    max-width: 165px;
    height: auto;
    object-position: center;
  }
}

@media screen and (max-width: 567px ) {
  #serving {
    margin-top: 54px;
  }
  #serving .serving-inner {
    padding: 14px 15px 41px 15px;
  }
  #serving .title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 11px;
  }
  #serving p {
    max-width: 308px;
    margin: 0 auto;
  }
  #serving .image {
    height: 262.5px;
  }
  #serving .image img {
    height: 100%;
    object-position: -83px 59%;
    object-fit: cover;
    width: 127%;
    max-width: unset;
  }
  #serving p span {font-size:18px;}
}