.kl-footer__social a:hover svg {
  fill: #d7d7d7;
}
.col-wrapper{

display: flex;
justify-content: center;
align-items: center;
margin-left: 100px;
margin-top: 50px;
}

.col{
width:50%;
}


@media(max-width:580px){
  .col-wrapper{
    display: block;
  margin-left: 55px;
  margin-top: 50px;
}
  }
  .col{
  width:80%
  }
  
}