/* General Section Styles */
.section {
    padding: 3rem 2rem 2rem 2rem;
    text-align: center;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-desc {
    color: #555;
    margin-bottom: 2.5rem;
}

/* Default icon sizing */
.title-icon {
  height: 1.4em;           /* proportional to text */
  width: auto;
  vertical-align: middle;
  margin: 0 0.4em;
  display: inline-block;
}

/* Mobile tweak: shrink a bit more so text stays readable */
@media (max-width: 600px) {
  .title-icon {
    height: 1.1em;
    margin: 0 0.25em;
  }
}
