.hero_rental_queries {
  text-align: center;

  padding: 2rem;
}

li.form__text__ul_li {
  padding-bottom: 5rem;

  font-size: 0.9rem;
}

.form__container {
  gap: 8rem;
}

.hero_rental_queries h2 {
  font-family: 'Abril Fatface';
    font-size: 3rem;
    line-height: 4rem;
}

.form__box {
  height: 45rem;
}

label {
  padding: 0.5rem;

  /*font-size: 0.8rem;*/
}

.form__text__li {
   height: 35rem;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    align-items: center;
}
.rental-bg {
    height: 55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form__text__li .form-sec{
    padding: 5rem 0 4rem 0;
}