#dvn-footer {
  padding: 1rem 0 1.4rem 0;
  width: 100%;
}
#dvn-footer .footer-menu-items-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0.4rem;
}
#dvn-footer .footer-menu-item {
  color: var(--main-color);
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  #dvn-footer {
    padding: 0.6rem 0;
  }
  #dvn-footer .footer-menu-items-wrapper.mobile {
    width: 100%;
    justify-content: space-between;
  }
  #dvn-footer .footer-menu-items-wrapper.mobile .section-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  #dvn-footer .footer-menu-items-wrapper.mobile .section-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1rem;
  }
  #dvn-footer .footer-menu-items-wrapper.mobile .section-right .footer-menu-item {
    text-align: right;
  }
}
