.footer-wrapper .left {
  	flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-wrapper .left .social-wrapper a {
  	flex: 1;
  }
  
  .footer-wrapper .left .social-wrapper a img {
  	max-width: 24px;
  }
  
  .footer-wrapper .left .social-wrapper {
  
  }
  
  .footer-wrapper .right {
  	flex: 4.5;
  }
  
  .footer-wrapper .right > .d-flex {
  	flex: 1;
  }
  
  .footer-wrapper .right > .d-flex a {
  	font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
  }
  
  
  
  .footer-wrapper .right > .d-flex h6 {
  	font-size: 14px;
    color: #b6b9ce;
    margin-bottom: 16px;
    height: 16px;
  }


  .footer-section {
    background-color: #001871 !important;
}

.hidden {display: none !important;}