.footer {
  padding: 60px 0;
  background: #000000;
}
.footer h3,
.footer p,
.footer h4,
.footer a {
  color: #fff;
}
.footer h3 {
  font-size: 24px;
  line-height: 34px;
}
.footer h4 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.footer p,
.footer a {
  font-size: 14px;
  line-height: 22px;
}
.footer .logo-and-social-icons-wrapper {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.footer .logo-and-social-icons-wrapper .logo-parent-wrapper {
  text-align: center;
  margin-bottom: 24px;
}
.footer .logo-and-social-icons-wrapper .logo-parent-wrapper .logo-wrapper {
  display: inline-block;
  text-align: center;
}
.footer .logo-and-social-icons-wrapper .icons-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.footer .logo-and-social-icons-wrapper .icons-wrapper img {
  border-radius: 0;
}
.footer .footer-navs-wrapper {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  text-align: center;
}
.footer .footer-navs-wrapper .indv-nav {
  margin-bottom: 40px;
}
.footer .footer-navs-wrapper .indv-nav ul {
  padding: 0;
}
.footer .footer-navs-wrapper .indv-nav ul li {
  list-style: none;
}
.footer .footer-navs-wrapper .indv-nav ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer .footer-navs-wrapper .col-lg-4:nth-child(2) .indv-nav {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.footer .copyright-wrapper {
  padding-top: 40px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer {
    padding: 80px 0;
  }
  .footer .footer-navs-wrapper {
    padding-bottom: 60px;
    text-align: left;
  }
  .footer .footer-navs-wrapper .indv-nav {
    margin-bottom: 0;
  }
  .footer .logo-and-social-icons-wrapper .logo-parent-wrapper {
    text-align: left;
    margin-bottom: 0;
  }
  .footer .logo-and-social-icons-wrapper .icons-wrapper {
    justify-content: flex-end;
  }
}