.footer-component {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-component .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer-component .card-footer {
  padding: 2% 7%;
  color: #646771;
  background-color: #16151a;
}

.footer-component ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-component .mb-4 {
  margin-bottom: 1.5rem !important;
  color: white;
}

.footer-component ul > li > a {
  font-size: 13.8px;
  text-decoration: none;
  color: white;
}

.footer-component ul > li > a:hover {
  color: #e05b1d;
  cursor: pointer;
}

.footer-component hr {
  border-width: 3px;
}

.footer-component .marx-5 {
  background-color: #2c2c2c !important;
  width: 100%;
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: aliceblue !important;
}

.footer-component .social > a {
  color: white;
  font-size: 20px;
}

.footer-component .social > a:hover {
  color: #e05b1d;
  cursor: pointer;
}

.footer-component .policy > div {
  padding: 4px;
}

.footer-component .divider {
  border-top: 2px solid rgba(189, 196, 203, 0.5);
}

.footer-component ol,
.footer-component ul {
  padding-left: 0rem !important;
}
/* 
.footer-component .font-weight-bold {
    font-size: 3.5rem;
} */

.footer-component .col-md-6 {
  flex: 0 0 auto;
  width: 100% !important;
  text-align: center !important;
}
