.kuura-logo {
  min-width: 120px;
}

.footer-logo-wrap {
  display: block !important;
}

.iso13485-logo {
  min-width: 60px;
  margin-top: 20px !important;
}

.ce-logo {
  min-width: 40px;
  margin-top: 20px !important;
}

.duodecim-logo {
  min-width: 120px;
}

@media (min-width: 782px) {
  .footer-logo-wrap {
    display: block !important;
  }

  .iso13485-logo {
    margin-top: 20px !important;
  }

  .ce-logo {
    margin-top: 20px !important;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .footer-wrapper {
    display: grid !important;
    grid-template-columns: auto auto;
    row-gap: var(--wp--preset--spacing--30) !important;
  }

  .footer-duodecim-wrap,
  .footer-privacy-wrap {
    grid-column: 1 / -1 !important;
  }

  .footer-privacy-wrap {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .footer-wrapper {
    display: block !important;
  }

  .footer-logo-wrap {
    display: flex !important;
    margin-top: 20px !important;
    align-items: flex-end !important;
  }

  .ce-logo {
    margin-left: 20px !important;
  }
}
