.footer-wrapper {
background: $(fb.color);
color: $(fbt.color);
padding: 20px 0;
font-family: 'Moussa-font';
overflow: hidden;
margin-top: 30px;
}
.footer-columen {
width: 33.333333333%;
float: right;
padding: 0 13px;
}
.footer-wrapper .widget-title {
margin-bottom: 15px;
padding-bottom: 6px;
border-bottom: 3px solid #FFFFFF;
border-radius: 5px 5px 0px 0px;
font-family: 'Moussa-font';
background: $(fbw.color);
padding: 10px 15px;
font-size: 15px;
color: #FFFFFF;
text-align: center;
}
.footer-wrapper .widget-title:before {
content: '';
position: absolute;
width: 44%;
height: 4px;
background: #007cff;
right: 0;
left: 0;
margin: auto;
z-index: 2;
margin-top: 29px;
}
.footer-wrapper .widget-content {
font-size: 14px;
border-top: 0;
padding: 10px;
font-family: 'Moussa-font';
color: #fff;
}