.flip-text {
  display: inline-block;
  width: 130px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-text.flip {
  transform: rotateX(180deg);
}
.hero-para {
  line-height: 33px;
  font-size: 23px;
}
@media (min-width: 320px) and (max-width: 420px) {
  #topbar {
    display: none;
  }
  #content section:first-of-type {
    padding-top: 100px;
  }
  .home-hero .container h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .home-hero .container .align-items-center .text-light > .spacer-double {
    display: none;
  }
  .home-hero .flip-text {
    width: 78px;
  }
  .hero-para {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .home-filter-form {
    display: flex;
    justify-content: center;
  }
  .home-filter-form .shadow-soft {
    width: 85%;
  }
}
@media (min-width: 421px) and (max-width: 580px) {
    #topbar {
    display: none;
  }
   .home-hero .container .align-items-center .text-light > .spacer-double {
    display: none;
  }
   .home-filter-form {
    display: flex;
    justify-content: center;
  }
  .home-filter-form .shadow-soft {
    width: 85%;
  }
}
@media (min-width: 581px) and (max-width: 768px){
 .home-hero .container .align-items-center .text-light > .spacer-double {
    display: none;
  }
     .home-filter-form {
    display: flex;
    justify-content: center;
  }
  .home-filter-form .shadow-soft {
    width: 85%;
  }
}
@media (min-width: 769px) and (max-width: 991px){
       .home-filter-form {
    display: flex;
    justify-content: left;
  }
  .home-filter-form .shadow-soft {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
      nav {
       height: unset !important;
    }
  }