.footer-top-section .region-footer-top {
  flex-direction: column;
  gap: 30px;
}

.footer-middle-section .region-footer-middle {
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  text-align: center;
}

.footer-middle-section .region-footer-middle .footer-middle-block {
  width: 100%;
}

.footer-follow-us .title {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
}

.footer-follow-us ul {
  justify-content: center;
}

.footer-top-section ul {
  gap: 30px;
}

footer .container {
  padding-left: 20px;
  padding-right: 20px;
}

footer ul.navbar-nav>li:first-child {
  margin-bottom: 0;
}
