#footer-icons .icon::before {
  font-family: 'Linearicons';
  content: "\e75a";
  font-style: normal;
  font-size: 44px;
  line-height: 44px;
  color: #000;
}

#footer-icons .icon.first::before {
  content: "\e723";
}

#footer-icons .icon.second::before {
  content: "\e7ff";
}

#footer-icons .icon.third::before {
  content: "\e770";
}

#footer-icons .col-12 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

#footer-icons .col-12 .icon {
  margin-right: 15px;
}

#footer-icons .col-12 .content .header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

#footer-icons .col-12 .content p {
  font-size: 14px;
  line-height: 1.4;
  color: #888888;
  margin-top: 8px;
  margin-bottom: 0;
}
