footer .footer-bottom span{
  font-size: 14px;
  line-height: 21px;
  color: #151D21;
}
footer a {
  color: #151D21;
  font-size: 14px;
  line-height: 21px;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 80px;
  border-bottom: 1px solid rgba(0,0,0,.16);
}
.socail-icon a svg:hover path{
  fill: #121458;
}
.socail-icon a svg{
  width: 18px;
  height: 18px;
}
.footer-top .socail-icon{
  margin-top: 34px;
}
.footer-top .socail-icon a{
  margin-right: 20px;
}
.footer-link-card li{
  margin-bottom: 12px;
}
.footer-link-card li:last-child{
  margin-bottom: 0;
}
.footer-link-card h5{
  font-size: 16px;
  line-height: 21px;
  color: #151515;
  margin-bottom: 16px;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  padding: 32px 0 61px;
}
.footer-bottom ul{
  display: flex;
}
.footer-bottom li{
  margin-left: 24px;
}
.footer-bottom li:first-child{
  margin-left: 0;
}

.footer-logo .header-logo a span{
  bottom: -6px ;
  }
@media screen and (max-width: 991px) {
  .footer-logo{
    width: 100%;
  }
  .footer-top{
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .footer-link-card{
    width: 50%;
    margin-top: 40px;
  }
  .footer-bottom{
    flex-direction: column-reverse;
    padding: 20px 0 60px;
  }
  .footer-bottom ul{
    margin-bottom: 40px;
  }
  .footer-logo .header-logo a span{
    bottom: -19px ;
    }
}