#serving {
  margin-top: 60px;
}

#serving .container {
  position: relative;
}

#serving .serving-inner {
  background-color: var(--light-blue);
  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: 46.5px;
  line-height: 0.94em;
  margin-bottom: 7px;
}

#serving .title span {
  font-size: 60px;
}

#serving p {
  font-size: 18px;
  line-height: 23px;
  margin: 15px auto 0 auto;
  max-width: 514px;
}

#serving .button {
  color: #fff;
  background-color: var(--green);
  font-size: 25px;
  height: 67px;
  line-height: 67px;
  width: 305px;
  max-width: 100%;
  margin-top: 25px;
}

#serving .image img {
  height: 424px;
  object-fit: cover;
}

#serving .image .text {
  background-color: var(--light-blue);
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  bottom: 26px;
  right: 0;
  width: 458px;
  padding: 10px 0 10px 19px;
  max-width: 100%;
}

#serving .image .person {
  bottom: 0;
  right: -30px;
  height: auto;
  z-index: 1;
}

#serving .image .text p {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  #serving .image .person {
    width: 230px;
  }
}

@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;
    padding: 33px 15px;
  }

  #serving .image img {
    width: 100%;
    object-position: top;
    height: auto;
  }
}

@media screen and (max-width: 567px) {
  #serving {
    margin-top: 34px;
  }

  #serving .title {
    font-size: 41px;
    margin-bottom: 3px;
  }

  #serving .title span {
    font-size: 50px;
  }

  #serving p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
  }

  #serving .image {
    max-height: 240px;
  }

  #serving .image .text {
    left: 59px;
    padding: 7px 0 4px 10px;
  }
  
  #serving .image .text p {
    line-height: 15px;
  }

  #serving .image .person {
    width: 175px;
    right: 0;
  }

  #serving .button {
    margin-top: 27px;
    width: 246px;
    font-size: 20px;
    height: 54px;
    line-height: 57px;
  }
}