/*   Footer   */

footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #E2E7F3;
    margin-top: 80px;
    padding: 60px 80px !important;
  }
  footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  footer .logo{
    margin-bottom: 30px;
  }
  
  footer h4{
    font-size: 14px;
    padding-bottom: 20px;
  }
  footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
  }
  
  footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
  }
  
  footer .follow i{
    padding-right: 12px;
    color: #465b52;
    cursor: pointer;
  }
  footer .follow i:hover,
  footer a:hover{
    color: #088178;
  }
  
  
  footer .copyright{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }