.fbx-footer-bottom {
  padding: 70px 0 30px;
  background: var(--clr-ft-bg);
  color: var(--clr-ft-txt);
  font-size: 14px;
}
.footer-bottom .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer-bottom .row .widget-footer { 
  flex: 1;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 992px){
  .footer-bottom .row .widget-footer { 
    max-width: 25%;
  }
}
@media (max-width: 991px){
  .footer-bottom .row .widget-footer{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fbx-footer-bottom {
    display: flex;
    flex-flow: column-reverse;
    padding: 40px 0 40px;
  }
  .order-1-mb { order: 1; }
  .order-2-mb { order: 2; }
  .order-3-mb { order: 3; }
  
}
.footer-bottom-wrapper .title-footer {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: currentcolor;
}
.fbx-footer-bottom .footer-line {
    opacity: 0.5;
    border-color: var(--clr-ft-txt);
    margin: 40px auto;
    width: 95%;
}
 





