.diensten-footer {
  width: 100%;
  margin-top: auto;
  padding: 32px var(--page-pad);
  border-top: 1px solid rgba(220, 228, 236, 0.65);
  background: rgba(255, 255, 255, 0.6);
  color: #4f596e;
  font-size: 0.875rem;
  line-height: 1.6;
}

.diensten-footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: calc(var(--content-max) - (2 * var(--page-pad)));
  margin: 0 auto;
}

.diensten-footer-brand {
  display: block;
  width: 190px;
  max-width: 100%;
}

.diensten-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.diensten-footer p {
  margin: 0;
}

.diensten-footer-credit {
  text-align: center;
}

.diensten-footer-copyright {
  text-align: right;
}

@media (max-width: 900px) {
  .diensten-footer {
    padding: 28px 20px;
  }

  .diensten-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 16px;
  }

  .diensten-footer-brand img {
    object-position: center;
  }

  .diensten-footer-copyright {
    text-align: center;
  }
}
