
#overview-13 {
  background-color: #fff;
  overflow: hidden;
}
#overview-13 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-13 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-13 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-13 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-13 .content-detail-section {
  margin-bottom: 2.5rem;
}
#overview-13 .content-detail-section:last-child {
  margin-bottom: 0;
}
#overview-13 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
#overview-13 .content-detail-section h4.sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--bs-primary);
  opacity: 0.5;
}
#overview-13 .content-detail-section p.description-text {
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}
#overview-13 .content-detail-section p.description-text:last-child {
  margin-bottom: 0;
}
#overview-13 .detail-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#overview-13 .detail-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  color: #555;
  font-size: 0.95rem;
}
#overview-13 .detail-list li i {
  margin-right: 0.75rem;
  color: var(--bs-success);
  font-size: 1rem;
  margin-top: 0.15em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #overview-13 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #overview-13 .section-intro {
    margin-bottom: 2rem;
  }
  #overview-13 .content-detail-section h4.sub-heading {
    font-size: 1.25rem;
  }
}



#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;
}



#content-block-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-8 .row {
  display: flex;
  gap: 30px;
}
#content-block-8 .column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-8 .column h3 {
  margin-top: 0;
  color: #007bff;
}
#content-block-8 .column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-8 .row {
    flex-direction: column;
  }
}


