.header-logo-image {
  height: 40px;
}

.footer-brand img {
  height: 40px;
}

.install-hero {
  margin-bottom: 10%;
}

.install-hero .hero-bg {
  bottom: 0;
}

.button-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
}

.button-outline-primary {
  border: 1px solid #4234F8;
  background: transparent;
  color: #4234F8;
}

@media screen and (min-width: 60em) {

.install-hero {
  padding: 4vh 0;
}

.install-container .hero-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
}

.install-container .hero-copy {
  text-align: left;
}

.install-container .hero-paragraph {
  padding: 0;
}

.install-container .device-mockup {
  max-height: 92vh;
  width: auto;
}

}