@charset "utf-8";
.footerItem{
  display: flex;
  justify-content: center;
}

.footerItem p{
  font-weight: 300;
  cursor: pointer;
  padding-bottom: 20px;
  margin: 0;
}

.footerItem p:first-child{
  padding-right: 20px;
}

.footerItem a{
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .footerItem p{
    padding-bottom: 2.66666667vw;
  }
  .footerItem p:first-child{
    padding-right: 2.66666667vw;
  }
}