.bora-site-footer {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: #000000;
  color: #d7ff1f;
  padding: 36px 40px 36px 540px;
}

.bora-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: var(--bora-subheading-font-family);
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.bora-site-footer__link {
  color: inherit;
  text-decoration: none;
}

.bora-site-footer__link:hover,
.bora-site-footer__link:focus {
  color: inherit;
  text-decoration: underline;
}

.bora-site-footer__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: clamp(390px, 42vw, 570px);
}

.bora-site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .bora-site-footer {
    min-height: 210px;
    padding: 28px 24px 108px;
  }

  .bora-site-footer__links {
    font-size: 12px;
  }

  .bora-site-footer__logo {
    width: min(72vw, 354px);
  }
}
