.v-brand-img {
  height: 13px;
  margin-top: -4px;
}

@media screen and (min-width: 576px) {
  .v-brand-img {
    height: 20px;
    margin-top: -4px;
  }
}

.v-hero {
  padding-top: 75px;
  padding-bottom: 20px;
  margin-bottom: 3rem;
}
.v-hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #323648;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .v-hero h1 {
    font-size: 4rem;
  }
}

.v-hero p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #5b5e6d;
}

.v-section {
  padding: 3rem 0;
  border-top: 1px solid #ebebeb;
}
.v-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 576px) {
  .v-section h2 {
    font-size: 2.5rem;
  }
}

.v-section-1 {
  background-color: #f5f5f5;
}
.v-section-1 .card {
  background-color: inherit;
}

.v-section-2 {
  max-width: 600px;
  margin: 0 auto;
}

.v-properties-card.card {
  border: none;
  text-align: center;
}
.v-properties-card.card img {
  width: 8rem;
  margin: 0 auto;
}
.v-properties-card.card ul {
  text-align: left;
}

.dropdown-menu li.active {
  background-color: #f8f9fa;
}

form .very-important-form-field {
  visibility: hidden !important;
  height: 0 !important;
}