.contact-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.contact-text {
  max-width: 600px;
}

.contact-text h1 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  color: #0f172a;
}

.contact-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #0f172a;
}

.contact-text p {
  line-height: 1.7;
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 1rem;
}

.social-list {
  list-style: none;
  padding: 0;
  margin-top: 1.2rem;
}

.social-list li {
  margin-bottom: 0.9rem;
  font-size: 1.05rem;
}

.social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1e293b;
  font-size: 1.05rem;
  font-weight: 500;
}

.social-list img {
  width: 26px;
  height: 26px;
}

.contact-img img {
  width: 460px;
  max-width: 100%;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
  }

  .social-list a {
    justify-content: center;
  }
}
