.fa-nsosyal {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('/NSosyal.png');
  background-size: cover; /* veya contain */
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  content: ""; /* FA gibi boş içerik */
}
