.vtc-about {
  padding: 60px 0;
  background: #f5f7fb;
  font-family: 'Segoe UI', sans-serif;
}

.vtc-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* Heading */
.vtc-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

/* Intro Paragraph */
.vtc-intro {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Details Section */
.vtc-details {
  margin-top: 30px;
  padding-left: 10px;
}

/* Each line */
.vtc-details p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.6;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}

/* Highlight Title */
.vtc-details span {
  font-weight: 600;
  color: #007bff;
}

/* Quote */
.vtc-quote {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .vtc-heading {
    font-size: 26px;
  }

  .vtc-details p {
    font-size: 14px;
  }
}