.blog-section {
  max-width: 900px;
  margin: 4rem auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.blog-section h2 {
  color: #007bff;
  text-align: center;
  margin-bottom: 1rem;
}

.blog-section p {
  text-align: center;
  color: #555;
  margin-bottom: 2rem;
}

.blog-list {
  list-style: none;
  padding: 0;
}

.blog-list li {
  margin: 0.8rem 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.blog-list a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.3s;
}

.blog-list a:hover {
  color: #007bff;
}
