footer .foot-nav .list{
  margin-bottom: 30px;
}
.tabs .list{
  display: flex;
  align-items: center;
}
@media (max-width: 640px){
  .tabs .list {
    line-height: 1.5!important;
    margin-bottom: 10px;
  }
}