.about-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px;
}
.about-section {
  line-height: 1.7;
  color: #222;
}
.about-section h1 {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #0b3d91;
  font-weight: 800;
}
.about-section h2 {
  font-size: 1.4rem;
  margin-top: 18px;
  color: #1f2a44;
  font-weight: 700;
}
.about-section h3 {
  font-size: 1.1rem;
  margin: 6px 0;
  color: #2e3a59;
  font-weight: 700;
}
.about-section ul {
  margin-left: 18px;
  padding-left: 0;
}
.about-section li {
  margin: 4px 0;
}

.img-slot {
  height: 160px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f3f8;
  border: 2px dashed #cdd7e6;
  color: #6b7a90;
  font-weight: 600;
}
@media (max-width: 768px) {
  .img-slot {
    height: 120px;
  }
}