/* Display the Arabic Raizon wordmark only; the mark is clipped from the source logo. */
.site-footer .footer-about__brand {
  display: block;
  width: 190px;
  max-width: 100%;
  aspect-ratio: 1052 / 342;
  margin: 0 0 12px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.site-footer .footer-about__logo {
  position: absolute;
  top: -49.7076%;
  left: -12.4525%;
  width: 182.5095%;
  max-width: none;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .site-footer .footer-about__brand {
    width: 150px;
    margin-bottom: 7px;
  }
}
