/* Origniale css */
/* footer {
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-top: var(--wp--preset--spacing--20);
    padding-bottom: 64px;
    padding-top: 64px;
    --logo-height: 40px;
} */
/* Origniale css */
footer {
  border-top: none;
  margin-top: 0px;
  padding-bottom: 50px;
  padding-top: 50px;
  background: linear-gradient(333deg, rgb(15, 46, 81) 16%, rgb(47, 95, 125) 63%, rgb(21, 102, 117) 100%);
}
footer .wp-block-button.is-style-link .wp-element-button {
  box-shadow: none !important;
}
footer .has-icon .block-icon.stroke {
  color: var(--wp--preset--color--base);
}

@media (max-width: 777px) {
  footer .bowe-media {
    height: fit-content;
  }
}