.social-icons {
  width: 100%;
  color: #313437;
  background-color: #f6f6f6;
  text-align: center;
  padding: 70px 0;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0;
  }
}

.social-icons i {
  font-size: 35pt;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 80px;
  height: 80px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 1.6em;
  cursor: pointer;
}

