.private-kb-topic-detail[aria-label="Project Context And System Overview: High-Level System Architecture"] .private-kb-topic-header::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 20 / 13;
  margin-top: 1rem;
  border: 1px solid #cbdcf0;
  border-radius: 14px;
  background-color: #f8fbff;
  background-image: url('/images/akshayabazaar-architecture-deployment.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 10px 30px rgba(15, 39, 71, 0.08);
}

@media (min-width: 1200px) {
  .private-kb-topic-detail[aria-label="Project Context And System Overview: High-Level System Architecture"] .private-kb-topic-header::after {
    min-height: 540px;
  }
}

@media (max-width: 900px) {
  .private-kb-topic-detail[aria-label="Project Context And System Overview: High-Level System Architecture"] .private-kb-topic-header::after {
    min-height: 500px;
    aspect-ratio: auto;
    background-size: contain;
  }
}

@media (max-width: 620px) {
  .private-kb-topic-detail[aria-label="Project Context And System Overview: High-Level System Architecture"] .private-kb-topic-header::after {
    min-height: 420px;
    border-radius: 10px;
  }
}
