/* custom rules for blogs page */

body {
  font-family: Arial, sans-serif;
}

.hero-section {
  background: #f8f9fa;
  padding: 40px 0;
}

.article-card img,
.article-card iframe {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

.widget {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
}

.category-list a {
  color: #007bff;
  text-decoration: none;
}

.category-list a:hover {
  text-decoration: underline;
}

.footer {
  background: #222;
  color: #fff;
  padding: 30px 0;
}
