.site-footer{
    padding: 5em 0;
    background:#333333;
    font-size: 14px;
    color:#ffffff
  }
  
  .site-footer{
    margin-bottom: 0;
  }
  
  .site-footer a{
    color:#2cabfb;
    border-bottom: 1px solid transparent;
  }
  
  .site-footer a:hover{
    color:#cccccc;
    border-bottom: 1px solid #048ee1;
  }
  
  .site-footer h2{
    font-size: 22px;
    margin-bottom: 28px;
    letter-spacing: .05em;
    color:#FFFFFF
  }
  
  .site-footer .footer-link li{
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .footer-social a{
    line-height: 1.9;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid #333333;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
  }
  
  .footer-social a:hover{
    background:#2cabfb;
    border-color:#048ee1;
    color:rgb(255, 255, 255)
  }
  
  .footer-social .bi{
    margin-top: 6px;
  }
  
  .footer-social .bi .bi-heart-o{
    color:#0e0d0d
  }