#preapproved {
  margin: 50px 0 0 0;
  overflow: hidden;
}

#preapproved .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 46px 0 41px 0;
}

#preapproved .right {
  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;
  width: 50%;
  padding: 0 20px;
}

#preapproved .title {
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 6px;
}

#preapproved .title span {
  display: block;
  font-size: 32.5px;
  line-height: 39px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 9px;
}

#preapproved p {
  font-size: 23.5px;
  line-height: 1.4468085106em;
  max-width: 500px;
  margin: 0 auto;
}

#preapproved p span {
  margin-top: 5px;
  font-weight: 800;
}

#preapproved .button {
  color: #000;
  background-color: #fff;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  padding: 0 29px;
  margin-top: 23px;
}

#preapproved strong {
  font-weight: 900;
}

#preapproved img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px ) {
  #preapproved .container {
    padding: 0;
  }
  #preapproved .inner {
    flex-direction: column;
  }
  #preapproved .left,
  #preapproved .right {
    width: 100%;
  }
  #preapproved .left {
    order: 2;
    position: relative;
    padding: 36px 15px 35px 15px;
  }
  #preapproved .right {
    padding: 20px 25px 10px 25px;
  }
}

@media screen and (max-width: 768px ) {
  #preapproved {
    margin-top: 35px;
  }
}

@media screen and (max-width: 567px ) {
  #preapproved .title {
    font-size: 46.5px;
    line-height: 55px;
    margin-bottom: 8px;
  }
  #preapproved .title span {
    font-size: 24px;
    line-height: 28px;
  }
  #preapproved p {
    font-size: 16.5px;
    line-height: 1.5151515152em;
  }
  #preapproved span {
    display: inline-block; 
  }
  #preapproved .button {
    height: 43px;
    font-size: 16px;
    line-height: 46px;
    margin-top: 16px;
  }
}