.vm-section h3 {
    font-weight: 600;
    color: var(--teal);
    margin-bottom: 10px;
}

.vm-section p,
.vm-section ul {
  font-size: 1.05rem;
  line-height: 1.7;
   color: var(--text-secondary);
}

.vm-section ul {
    padding-left: 1.2rem;
}

.vm-section li {
    margin-bottom: 8px;
}
