.footer-03 .layout-footer-bottom {
  background-color: var(--footer-03--container-bottom--background-color);
  border-bottom-color: var(--footer-03--container-bottom--border-bottom-color);
  border-bottom-width: var(--footer-03--container-bottom--border-bottom-width);
  border-top-color: var(--footer-03--container-bottom--border-top-color);
  border-top-width: var(--footer-03--container-bottom--border-top-width);
  color: var(--footer-03--container-bottom--color);
  font-size: var(--footer-03--container-bottom--font-size);
  font-weight: var(--footer-03--container-bottom--font-weight);
  text-transform: var(--footer-03--container-bottom--text-transform);
}
.footer-03 .layout-footer-bottom > .container {
  padding-bottom: var(--footer-03--container-bottom--padding-y);
  padding-top: var(--footer-03--container-bottom--padding-y);
}
.footer-03 .layout-footer-bottom .justify-between {
  align-items: center;
}
.footer-03 .layout-footer-bottom a {
  display: inline;
  color: var(--footer-03--link-bottom--color);
}
.footer-03 .layout-footer-bottom a:hover {
  color: var(--footer-03--link-bottom--color-hover);
}
.footer-03 .layout-footer-bottom img {
  display: inline;
  width: auto;
  padding-left: 0.5rem;
  height: var(--footer-03--image-bottom--height);
}