  .card-shortcut {
    border-radius: 1rem;
    border: 1px solid #ccc; 
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1);
    background: #fff;
    max-width: 960px;
    margin: auto;
  }
.section-title { 
  font-size: 1.8rem; 
  font-weight: bold; 
  margin-top: 2rem; 
  margin-bottom: 1.5rem; 
  text-align: center;
}
.about-text {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: #333;
  padding: 0 1rem; 
}
.about-quote {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  margin-bottom: 1rem;
  text-align: center;
}
