.atlas-method-info-box {
  margin-top: 22px;
  background: #f9fafb;
  padding: 16px 18px 16px 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.atlas-method-section {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 20px 16px;
}

.atlas-method-section-no {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 18px;
  color: #1e3a8a;
  line-height: 1.5;
  margin-top: 2px;
}

.atlas-method-section-title {
  font-weight: 800;
  font-size: 20px;
  color: #111827;
  margin-bottom: 6px;
}

.atlas-method-section-desc {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}

.img-block {
  margin: 24px auto;
  width: 90%;
}

.img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.img-block figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .img-block {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .atlas-method-section {
    margin: 20px 0;
  }

  .atlas-method-section-title {
    font-size: 18px;
  }

  .atlas-method-section-desc {
    font-size: 14px;
  }

  .img-block {
    width: 100%;
  }
}