
.rivta-home-buyer-check {
  max-width: 1440px;
  margin: 70px auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.rivta-home-buyer-check .rhbc-title {
  max-width: 1320px;
  margin: 0 auto 18px;
  color: #0f403f;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.rivta-home-buyer-check .rhbc-copy {
  max-width: 1320px;
  margin: 0 auto;
  color: #4b5d5b;
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}

.rivta-home-buyer-check .rhbc-copy a {
  color: #0f403f;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

.rivta-home-buyer-check .rhbc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 34px;
  border-radius: 24px;
  background: #0f403f;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.rivta-home-buyer-check .rhbc-cta:hover {
  background: #0b3332;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .rivta-home-buyer-check {
    margin: 46px auto;
    padding: 0 18px;
  }

  .rivta-home-buyer-check .rhbc-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .rivta-home-buyer-check .rhbc-copy {
    font-size: 15px;
    line-height: 1.75;
  }

  .rivta-home-buyer-check .rhbc-cta {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    min-height: 46px;
    padding: 0 22px;
    font-size: 15px;
  }
}
