
#tag-section-3 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#tag-section-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#tag-section-3 .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#tag-section-3 .masonry-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#tag-section-3 .masonry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#tag-section-3 .card-body {
  padding: 15px;
}



#text-block-6 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #fdfdfe);
  color: var(--text-color, #343a40);
}
#text-block-6 .container {
  max-width: 850px;
}
#text-block-6 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#text-block-6 .text-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-6 .decorative-divider {
  height: 2px;
  width: 100px;
  background-color: var(--divider-color, #b0c4de);
  margin: 0 auto 40px auto;
  position: relative;
}
#text-block-6 .decorative-divider.divider-elegant::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--divider-color, #b0c4de);
  border: 2px solid var(--section-bg-color, #fdfdfe);
  border-radius: 50%;
}
#text-block-6 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--text-color, #495057);
  margin-bottom: 1.6rem;
  text-align: left;
}
#text-block-6 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-6 .text-paragraph.with-drop-cap::first-letter {
  float: left;
  font-size: 4.5em;
  line-height: 0.8;
  padding-top: 0.1em;
  padding-right: 0.15em;
  padding-left: 0;
  margin-bottom: -0.1em;
  font-weight: 600;
  color: var(--text-color, #343a40);
  font-family: Georgia, serif;
}
@media (max-width: 767.98px) {
  #text-block-6 {
    padding: 60px 0;
  }
  #text-block-6 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-6 .text-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
  #text-block-6 .text-paragraph.with-drop-cap::first-letter {
    font-size: 4em;
  }
  #text-block-6 .decorative-divider {
    margin-bottom: 30px;
  }
}


