.custom_social_icons {
  float: right;
  color: rgb(255, 255, 255);
}

.custom_social_tg {
  display: inline-block;
  width: 24px;
  height: 21.6px;
  background: url(https://bogach-estate.com/_next/static/media/telegram.d1f81001.svg)
    50% / contain no-repeat;
}

.custom_social_whatsapp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://bogach-estate.com/_next/static/media/whatsapp.04ce6d3c.svg)
    50% / contain no-repeat;
}

@media screen and (max-width: 959px) {
  .custom_social_icons {
    margin-top: 2px;
  }

  .custom_social_tg {
    width: 16px;
    height: 14.4px;
  }

  .custom_social_whatsapp {
    width: 16px;
    height: 16px;
  }
}