body > header {
  background: transparent;
}

.rent-page {
  display: grid;
  width: 100%;
  min-height: 100vh;
  background-color: #F8F9FA;
  padding-top: 110px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  color: #2E3D48;
}

.rent-page__content {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.rent-page__content__title {
  font-size: 4rem;
  font-weight: bolder;
  align-self: start;
  font-family: sans-serif;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

[dir="rtl"] .rent-page__content__title {
  font-family: "HTBaybarsDisplayBold", sans-serif;
}

@media (max-width: 768px) {
  .rent-page__content__title {
    font-size: 3rem;
  }

  [dir="rtl"] .rent-zoho-form {
    height: 1000px;
  }
}
