.rbk-footer-lp {
  width: 100%;
  background: var(--rbk-flp-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rbk-footer-lp__top 
  max-width: 150px;
}

.rbk-footer-lp__top,
.rbk-footer-lp__bottom {
  width: 100%;
  max-width: var(--rbk-flp-section-width);
  background: var(--rbk-flp-bg);
}

.rbk-footer-lp__top {
  padding: var(--rbk-flp-top-py) var(--rbk-flp-top-px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.rbk-footer-lp__logo {
  width: 100%;
  max-width: var(--rbk-flp-logo-max-w);
  height: auto;
  display: block;
}

.rbk-footer-lp__bottom {
  padding: var(--rbk-flp-bottom-py) var(--rbk-flp-bottom-px);
  border-top: 1px solid var(--rbk-flp-divider);
  display: flex;
  justify-content: center;
  align-items: center;
}

.rbk-footer-lp__copyright {
  margin: 0;
  color: var(--rbk-flp-copy-color);
  font-size: var(--rbk-flp-copy-size);
  line-height: var(--rbk-flp-copy-lh);
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  .rbk-footer-lp__top {
    padding: 40px 20px;
  }

  .rbk-footer-lp__bottom {
    padding: 24px 20px;
  }
}
