.social-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 22px;
}

.social-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.footer-link {
  color: #7b7c83;
  margin-right: 18px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-logo-img {
  height: 46px;
  max-width: 320px;
  width: 100%;
  object-fit: contain;
}

@media (width: 320px) {
  .connect-text {
    margin-left: 55px;
  }
}

@media (max-width: 576px) {
  .footer-link {
    display: inline-block;
    margin-bottom: 6px;
  }
}