#dvn-footer {
  background-color: #000426;
  color: #fff;
  width: 100%;
}
#dvn-footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#dvn-footer .site-branding {
  margin-right: 15%;
}
#dvn-footer .site-branding img {
  width: 100px;
}
#dvn-footer .title {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2em 0;
}
#dvn-footer .footer-menu-wrapper {
  margin: 0 2em;
}
#dvn-footer li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: block;
  margin: 0 0 2em 0;
}
#dvn-footer #right-footer li a {
  margin: 0 0 2.5em 0;
  font-weight: 700;
  text-transform: uppercase;
}
#dvn-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#dvn-footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8em 0 5em 0;
}
#dvn-footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5em 0;
  border-top: 2px solid #fff;
}
#dvn-footer #menu-footer-bas {
  flex-direction: row;
}
#dvn-footer #menu-footer-bas li a {
  font-size: 12px;
  line-height: 3.17em;
  font-weight: 300;
  margin: 0em 1em;
}

@media (max-width: 992px) {
  #dvn-footer .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4em 0;
  }
  #dvn-footer .site-branding {
    margin: 2em 0;
}
  #dvn-footer ul {
    justify-content: center;
    align-items: center;
  }
  #dvn-footer .footer-bottom {
    padding: 1em 0;
  }
  #dvn-footer li a {
    margin: 0.3em 0;
  }
  #dvn-footer .footer-menu-wrapper {
    margin: 1.5em 0;
}
  #dvn-footer #menu-footer-bas {
    flex-direction: column;
  }
  #dvn-footer .title {
    margin: 0 0 1em 0;
  }
  #dvn-footer li a {
    line-height: 2.14em;
  }
  #dvn-footer #right-footer li a {
    margin: 0 0 1em 0;
  }
  #dvn-footer #menu-footer-bas li a {
    line-height: 2em;
  }
  #dvn-footer .apsr {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    display: block;
    text-align: center;
    margin: 1em 0;
  }
  #dvn-footer .apsr span {
    font-size: 34px;
    font-weight: 700;
    margin: 0.2em 0;
    display: block;
  }
}
