.social .fa {
  font-size: 32px;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #EA0560;
}

::selection {
  color: white;
  background: #EA0560;
}
.footer-main {
  font-size: 14px;
}
h3{
    text-tranform: none !important;
}
.fa-twitter::before {
  content: "𝕏" !important;



}

@media (max-width:767px){
    .footer-main {
        padding-top:30px;
    }
    
    .footer-main .ftr-widget h3.widget-title {
        margin-bottom: 10px;
    }
}