.top-footer-section {
  padding-top: 48px;
}

.top-footer-section nav .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.top-footer-section nav .menu li a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  color: black;
  transition: all 0.3s ease-in-out;
}

.top-footer-section nav .menu li a:hover {
  color: var(--accent-color);
}

.bottom-footer-section .region--footer-bottom {
  border-top: 1px solid #A2A7AA;
}

.bottom-footer-section .region--footer-bottom .field--name-body {
  font-size: 1rem;
  line-height: 24px;
  color: #A2A7AA;
}

#block-pisolatie-subtheme-platform-madeby .field--name-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  text-align: center;
  font-family: var(--font-light);
  font-weight: 300;
  font-size: 15px;
  line-height: normal;
  color: var(--dark-grey);
}

#block-pisolatie-subtheme-platform-madeby .field--name-body p {
  margin-bottom: 0;
}
