#ready {
  background-image: image-set(
    url('../../images/homestaging/ready-pattern.png') 1x,
    url('../../images/homestaging/ready-pattern@2x.png') 2x);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#ready p {
  font-size: 22px;
  line-height: 29.5px;
}

#ready .title {
  font-size: 45px;
  line-height: 1;
}

#ready .inner {
  padding: 58px 0 39px 0;
}

#ready .button {
  height: 51.5px;
  line-height: 54px;
  color: #000;
  font-size: 17px;
  padding: 0 68px;
  margin-top: 12px;
}
@media screen and (max-width: 567px ) {
  #ready .inner {
    padding: 36px 0 46px 0;
  }
  #ready .title {
    font-size: 35px;
    line-height: 40px;
  }
  #ready .title span {
    display:block;
  }
  #ready p {
    font-size: 18px;
    line-height: 24px;
    margin-top:0
  }
  #ready .button {
    margin-top: 20px;
  }
}

#newsletter {
  margin-top: 0 !important;
}