.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 40px;
}
.footer-wrap p {
  color: #FFF;
  font-size: 14px;
  font-family: Helvetica Now Display;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.soc-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.soc-con {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.1);
}