.footer {
  background-color: #FAFAFA;
  padding: 60px 0 40px;
}

.footer-logo-section {
  display: flex;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 44px;
  padding: 0;
}


.footer-content {
  margin-bottom: 40px;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-link {
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #212121;
}

.footer-social {
    display: flex;
    gap: 16px;
    align-items: baseline;
    justify-content: flex-end;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon img {
  /* width: 24px; */
  /* height: 24px; */
}

.footer-info {
  margin-bottom: 32px;
}

.footer-info-title {
  font-weight: 700;
  font-size: 16px;
  color: #212121;
  margin-bottom: 12px;
}

.footer-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  margin: 4px 0;
}

.footer-company {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
}

.footer-company-title {
  font-weight: 700;
  font-size: 14px;
  color: #212121;
  margin-bottom: 12px;
}

.footer-company-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #9e9e9e;
  margin-bottom: 12px;
}

.footer-copyright {
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  margin: 0;
}

@media (max-width: 1024px) {
  .footer {
    padding: 40px 0 30px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }

  .footer-social {
    justify-content: flex-end;
    margin-bottom: 30px;
  }

  .footer-logo img {
    width: 97px;
    }

    .masthead-logo img {
    width: 197px;
}
}