/* Compact presentation for the supplied Gyan Deep diya logo. */
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 14px #164a9a2e;
}

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

.footer-brand .brand-mark { background: #fff; }
