.alsman-text-show-section {
  padding: 60px 0;
}
.alsman-text-show-title-area {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.alsman-text-show-title-icon {
  width: 45px;
  height: auto;
  display: block;
  margin-bottom: 2px;
}
.alsman-text-show-title-text {
  display: flex;
  flex-direction: column;
}
.alsman-text-show-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--title-text-color);
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-left: 0;
  margin-bottom: 0;
  font-family: var(--title-font-family);
}
.alsman-text-show-title-highlight {
  color: var(--color-primary);
  font-weight: 900;
  margin-left: 8px;
}
.alsman-text-show-desc {
  color: var(--text-color);
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 32px;
  margin-top: 18px;
  font-family: var(--font-family);
}
@media (max-width: 1200px) {
  .alsman-text-show-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 960px) {
  .alsman-text-show-title {
    font-size: 1.5rem;
  }
  .alsman-text-show-desc {
    font-size: 0.95rem;
  }
}
@media (max-width: 900px) {
  .alsman-text-show-title-area {
    gap: 8px;
    margin-bottom: 10px;
  }
  .alsman-text-show-title {
    font-size: 1.3rem;
  }
  .alsman-text-show-desc {
    font-size: 0.92rem;
  }
}
@media (max-width: 768px) {
  .alsman-text-show-section {
    padding: 32px 0;
  }
  .alsman-text-show-title {
    font-size: 1.05rem;
  }
  .alsman-text-show-desc {
    font-size: 0.88rem;
    margin-bottom: 18px;
    margin-top: 10px;
  }
} 