.header-inner {
  min-height: 116px;
}

.brand {
  width: 280px;
  height: 104px;
  flex: 0 0 280px;
  overflow: visible;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-inner > img {
  width: 220px;
  height: 110px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: #ffffff;
}

.quote-link {
  color: #176f7c;
  font-weight: 900;
}

.quote-link:hover,
.phone-prompt a,
.footer-inner a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.phone-prompt {
  margin: 18px 0 0;
  color: #ffffff !important;
  font-weight: 800;
}

.phone-prompt a {
  color: #f0c777;
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 98px;
  }

  .brand {
    width: 230px;
    height: 88px;
    flex-basis: 230px;
  }
}
