
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#tag-section-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 800px;
}
#tag-section-5 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#tag-section-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tag-section-5 li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#tag-section-5 li:last-child {
  border-bottom: none;
}
#tag-section-5 li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}
#tag-section-5 .item-content h5 {
  margin: 0 0 5px;
}
#tag-section-5 .item-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
#tag-section-5 .btn-readmore {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


