.social-icon-img {
  height: 20px;
  width: auto;
}

@media (max-width: 768px) {
  .social-icon {
    display: block; /* Align icons horizontally */
    margin: 0 10px; /* Add space between icons */
    text-align: right; /* Center the icons */
    padding-right: 25px;
    padding-top: 25px;
  }
}
