.students-dashboard {
  background-color: #1ea7a5; /* teal bg */
  padding: 80px 1rem;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

.dashboard-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.dashboard-subtitle {
  font-size: 1rem;
  color: #222;
  margin-bottom: 50px;
}

.dashboard-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
