.FooterSection{
  padding: 40px 0;
  background: #333;
  color: #fff;
}
.FooterGroup__Nav{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.FooterGroup__NavList{
  margin-left: 0;
  width: calc(100% - 10px * 2) / 3);
  letter-spacing: 0.05em;
  font-family: sans-serif;
}
.FooterGroup__NavList:not(:first-child){
  margin-left: 10px;
}
.FooterGroup__Copyright{
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
  color: #858281;
  font-family: sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .FooterGroup__Nav{
    flex-wrap: wrap;
  }
  .FooterGroup__NavList{
    font-size: 14px;
  }
  .FooterGroup__Copyright{
    font-size: 12px;
  }
}
