#preapproved {
  background-image: url('../../images/home/preapproved-bg.png');
  background-image: image-set( 
    url('../../images/home/preapproved-bg.png') 1x, 
    url('../../images/home/preapproved-bg@2x.png') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 44px 0 40px 0;
  overflow: hidden;
}

#preapproved .title {
  font-size: 32px;
  line-height: 1.3em;
}

#preapproved .title span {
  font-size: 52px;
}

#preapproved p {
  font-size: 29px;
  line-height: 1.3703703704em;
  margin-top: 12px;
}

#preapproved strong {
  font-weight: 900;
}

#preapproved .button {
  font-size: 25px;
  margin-top: 18px;
  padding: 0 1.6em;
}

#preapproved .inner img:nth-child(1) {
  bottom: -67px;
  left: 0;
}

#preapproved .inner * {
  z-index: 2;
  position: relative;
}

#preapproved .inner img {
  z-index: 1;
  position: absolute;
}

#preapproved .inner img:nth-child(2) {
  bottom: -113px;
  right: 0;
}

@media screen and (max-width: 992px ) {
  #preapproved .inner img {
    max-width: 250px;
  }
}

@media screen and (max-width: 768px ) {
  #preapproved .inner img {
    max-width: 45vw;
  }
  #preapproved .inner {
    padding-bottom: 37vw;
  }
}

@media screen and (max-width: 567px ) {
  #preapproved {
    padding: 26px 0 40px 0;
  }
  #preapproved .title {
    font-size: 20px;
    line-height: 30px;
  }

  #preapproved .inner {
    padding-bottom: 110px;
  }

  #preapproved .title span {
    font-size: 40px;
    text-transform: none;
  }

  #preapproved p {
    font-size: 19px;
    line-height: 24px;
    margin-top: 17px;
  }

  #preapproved .button {
    font-size: 20px;
    padding: 0 1em;
  }

  #preapproved .inner img:nth-child(1) {
    bottom: -61px;
    left: -4px;
    max-width: 172px;
  }
  #preapproved .inner img:nth-child(2) {
    bottom: -89px;
    right: -3px;
    max-width: 168px;
  }
}