.socialList {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.socialList>li {
  margin: 0 15px;
}

.footerLogoList{
  margin: 50px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footerLogoList>li{
  margin:  30px 30px 0;
}

.footerLink {
  text-align: center;
  margin: 30px 0 10px;
  padding: 0 20px;
  font-size: 1.4rem;
}

.footerLink a{
  color: #fff;
  text-decoration: none;
  padding: 0 1em;
}

@media screen and (max-width: 899px){
  .footerLink>li {
    margin: 0 0 1.5em;
  }

  .footerLink a{
    padding: 5px;
    border-bottom: 1px solid;
  }
}

@media screen and (min-width: 900px){
  .footerLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footerLink>li:not(:last-child) a{
    border-right: 1px solid;
  }
}

.copyrights{
  font-size: 1.2rem;
  text-align: center;
  padding: 1em;
  margin: 0;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 40px;
}