.logo-brand {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  width: 94px;
}
.logo-brand img { display:block; height:86px; object-fit:contain; width:86px; }
.services .service-callout { grid-column:span 3; min-height:250px; }
.about-monogram img { display:block; margin:auto; mix-blend-mode:multiply; width:76%; }
.footer-brand { height:70px; width:76px; }
.footer-brand img { height:70px; width:70px; }
@media(max-width:760px) {
  .logo-brand { height:72px; width:76px; }
  .logo-brand img { height:70px; width:70px; }
  .services .service-callout { grid-column:auto; }
}
