
#tag-section-4 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#tag-section-4 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#tag-section-4 .carousel-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#tag-section-4 .carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#tag-section-4 .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 4px;
}
#tag-section-4 .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #tag-section-4 .carousel-item img {
    height: 250px;
  }
}



#content-block-5 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-5 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#content-block-5 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}


