.social-bar {
  margin-left: 15px; }
  @media (max-width: 767px) {
    .social-bar {
      margin-left: 0;
      text-align: center; } }
  .social-bar a:not(:first-child) {
    margin-left: 10px; }
  .social-bar a:before {
    display: inline-block;
    font-family: "Font Awesome Brands";
    font-size: 18px;
    color: #007ba5; }
  .social-bar a.facebook:before {
    content: "\f39e"; }
  .social-bar a.twitter:before {
    content: "\f099"; }
  .social-bar a.linkedin:before {
    content: "\f0e1"; }
  .social-bar a.youtube:before {
    content: "\f167"; }
  .social-bar a.instagram:before {
    content: "\f16d"; }
