.footer-section {
  background-color: #1f2128;
  color: #fff;
  padding: 30px 10px;
  padding-bottom: 50px;
}

.footer-section p,
.footer-section a {
  color: #8d949e;
  font-size: 15px;
}

.footer-section h4 {
  font-size: 18px;
  margin: 20px 0;
}

.footer-section .quick_links_section .footer_quick_link_section {
  margin: 20px;
}

.footer-section .quick_links_section .footer_quick_link_section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer-section .quick_links_section .footer_quick_link_section > div > a {
  text-decoration: none;
  margin: 5px 0;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.footer-section .quick_links_section .footer_quick_link_section > div > a:hover {
  color: #e6ffe8ef;
}

.footer-section .about_us_footer {
  text-align: center;
  margin-bottom: 30px;
}

.footer-section .about_us_footer > div {
  background-color: #7e848d;
  height: 3px;
  width: 50px;
  border-radius: 20px;
  margin: 10px auto;
}

.footer-section .social_media_footer {
  text-align: center;
  margin: 50px 0;
  margin-bottom: 30px;
}

.footer-section .social_media_footer > h4 {
  position: relative;
  margin-bottom: 30px;
}

.footer-section .social_media_footer > h4::before {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7e848d;
  height: 3px;
  width: 50px;
  border-radius: 20px;
}

.footer-section .social_media_footer .social_media_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 300px;
  margin: auto;
}

.footer-section .copyright_footer {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.privacy_policy_footer p,
.privacy_policy_footer a {
  color: #8d949e;
  font-size: 15px;
}

.privacy_policy_footer h4 {
  font-size: 18px;
  margin: 20px 0;
}

.privacy_policy_footer a {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.privacy_policy_footer a:hover {
  color: #e6ffe8ef;
}
/*# sourceMappingURL=footer.css.map */