.cards {
  align-items: stretch;
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 24px;
}

.service-card .icon {
  width: 58px;
  height: 58px;
  margin: 0;
  background: var(--sat-salmon);
  color: #180d0d;
  flex: 0 0 58px;
  overflow: hidden;
}

.service-card .icon svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: currentColor;
}

.service-card h3 {
  margin: 6px 0 0;
  min-height: 92px;
}

.service-card p {
  margin: 0;
  flex: 1 1 auto;
}

.service-card .thumb {
  margin-top: auto;
}

@media (max-width: 900px) {
  .service-card h3 {
    min-height: 0;
  }
}

.footer-contact-block {
  display: grid;
  gap: 14px;
}

.footer-contact-address {
  margin: 0;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}

.footer-contact-icon {
  width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  flex: 0 0 14px;
}

.footer-contact-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.footer-contact-list a,
.footer-contact-list span {
  color: #fff;
  opacity: .92;
  font-size: 16px;
}

.quote-icon {
  display: grid;
  place-items: center;
}

.quote-mark {
  display: block;
  color: #180d0d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(6px);
}

.footer-about-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-about .custom-logo {
  width: 58px;
  max-height: 58px;
  margin: 0;
}

.footer-about-title {
  display: grid;
  gap: 2px;
}

.footer-about-copy {
  display: grid;
  gap: 16px;
}

.footer-about-title strong {
  display: block;
  color: #fff;
  font-family: var(--sat-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-about p {
  margin: 0;
  white-space: pre-line;
}

.site-footer h3 {
  color: #fff;
  font-family: var(--sat-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 16px;
}

.header-inner {
  height: auto;
  min-height: 116px;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 32px;
}

.brand {
  min-width: 0;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand .custom-logo,
.brand .brand-mark {
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  display: block;
  color: #172554;
  font-family: var(--sat-sans);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
}

.primary-nav {
  justify-self: end;
}

.sat-menu {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand-link {
    justify-content: center;
  }

  .brand-copy strong {
    font-size: 15px;
    text-align: left;
  }

  .primary-nav {
    justify-self: center;
  }

  .sat-menu {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .brand-link {
    align-items: flex-start;
    gap: 12px;
  }

  .brand .custom-logo {
    width: 64px;
    max-height: 64px;
  }

  .brand-copy strong {
    font-size: 13px;
  }
}
