/* Polished brand treatment for the About page header. */
.about-page__brand {
  direction: ltr;
}

.about-page__brand img {
  border-radius: 13px;
  padding: 4px;
  background: #f3f7ff;
  box-shadow: 0 5px 12px rgba(40, 92, 177, 0.08);
}

.about-page__brand .brand-initial {
  color: #2473ef;
  font-size: 1.16em;
  text-shadow: 0 3px 8px rgba(36, 115, 239, 0.18);
}

@media (max-width: 760px) {
  .about-page__brand img {
    border-radius: 11px;
    padding: 3px;
  }
}
