/* FULL WIDTH STRIP */
.home-section-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3d506e;
  padding: 28px 0;
  z-index: 10;
}

/* CENTER CONTENT ONLY */
.home-section-2 .container {
  max-width: 1200px;
}

/* CENTER BOTH COLUMNS */
#getquote .left,
#getquote .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
text-align: center;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 10000 !important;
}
/* TEXT */
#getquote .title {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

#getquote .title a {
  font-size: 24px;
  margin: 5px 0 0;
  color: #fff;
}

#getquote .phone a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* BUTTON */
#getquote .getquote {
  color: #ffc107;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 992px) {
  #getquote .getquote {
    font-size: 22px;
  }
}
