#serving {
  margin-top: 43px;
}

#serving .container {
  position: relative;
}

#serving .serving-inner {
  background-repeat: no-repeat;
  background-image: url('../../images/home/preapproved-bg.jpg');
  background-position: center;
  padding: 18px 40px;
  flex-basis: 600px;
  flex-shrink: 0;
  position: relative;
}

#serving h3 {
  font-size: 31px;
  margin-bottom: 7px;
}

#serving h3 span {
  font-size: 54px;
}

#serving p {
  font-size: 17px;
}

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

#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%;
  }
}

@media screen and (max-width: 567px ) {
  #serving {
    margin-top: 48px;
  }
  #serving .serving-inner {
    padding: 14px 22px 34px 22px;
  }
  #serving h3 {
    font-size: 23px;
    margin-bottom: 3px;
  }
  #serving h3 span {
    font-size: 34px;
  }
  #serving p {
    font-size: 13px;
    line-height: 18px;
  }
  #serving .image {
    max-height: 210px;
  }
}