.education-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 900;
}

.section-header span {
  color: #38bdf8;
}

.timeline {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.school-logo img {
  width: 100%;
  object-fit: contain;
}

.school-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.year {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 10px;
}

.back-button {
  text-align: center;
  margin-top: 60px;
}

.back-button a {
  background: #38bdf8;
  color: black;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
