.bp-footer {
  margin-top: 110px;
  padding: 40px 60px 60px;
  background: #111111;
  color: #d0cbc4;
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

footer {
  position: relative;
  z-index: 5;
}


.bp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bp-top-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  column-gap: 130px;
  row-gap: 24px;
  font-size: 12px;
}

.bp-small {
  display: block;
  line-height: 1.6;
}

.bp-brand-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bp-newsletter-title {
  font-family: "Times New Roman", "Georgia", serif;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 32px;
}

.bp-input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 4px;
}

.bp-input-line {
  height: 1px;
  background: #8c8475;
}

.bp-input-arrow {
  font-size: 12px;
}

.bp-contact-col,
.bp-address-col,
.bp-links-col {
  align-self: flex-start;
}

.bp-links-col .bp-small {
  cursor: pointer;
}

.bp-bottom-row {
  margin-top: 80px;
}

.bp-cta {
  font-family: "Times New Roman", "Georgia", serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .bp-footer {
    padding: 32px 24px 40px;
  }

  .bp-top-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }

  .bp-brand-top {
    flex-direction: column;
    gap: 4px;
  }

  .bp-cta {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .bp-top-row {
    grid-template-columns: 1fr;
  }

  .bp-cta {
    font-size: 32px;
  }
}


