.aeo-subcategory-page .aeo-subcategory-hero > img {
  max-height: 340px;
}

.aeo-subcategory-page .aeo-bullet-section,
.aeo-subcategory-page .aeo-content-section,
.aeo-subcategory-page .aeo-process-section,
.aeo-subcategory-page .aeo-closing-section {
  width: min(960px, calc(100% - var(--space-8)));
}

.aeo-subcategory-page .aeo-closing-section p {
  margin: var(--space-3) 0 0;
  color: #383737;
  font-size: 18px;
  line-height: 1.5;
}

.aeo-subcategory-page .aeo-bullet-section__introduction {
  margin-top: var(--space-3);
}

.aeo-subcategory-page .aeo-bullet-section__introduction p {
  margin: 0;
  font-size: 18px;
}

.aeo-subcategory-page .aeo-bullet-section__introduction p + p {
  margin-top: var(--space-2);
}

.aeo-subcategory-page .aeo-bullet-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  margin: var(--space-3) 0 0;
  padding: 0 0 0 var(--space-4);
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.31;
  list-style: none;
}

.aeo-subcategory-page .aeo-bullet-list li {
  position: relative;
  padding-left: 18px;
}

.aeo-subcategory-page .aeo-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2f2f2f;
  line-height: 1.31;
}

.aeo-subcategory-page .aeo-content-grid article {
  min-height: 200px;
}

.aeo-subcategory-page .aeo-process-section .detail-process {
  max-width: 850px;
}

.aeo-subcategory-page .detail-faq {
  margin-top: 0;
}

@media (max-width: 900px) {
  .aeo-subcategory-page .aeo-subcategory-hero > img {
    max-height: 280px;
  }
}

@media (max-width: 620px) {
  .aeo-subcategory-page .aeo-bullet-section,
  .aeo-subcategory-page .aeo-content-section,
  .aeo-subcategory-page .aeo-process-section,
  .aeo-subcategory-page .aeo-closing-section {
    width: calc(100% - var(--space-4));
  }

  .aeo-subcategory-page .aeo-bullet-list {
    grid-template-columns: 1fr;
    padding: var(--space-2);
  }
}
