/*
 * @kanway-css-index
 * 文件: css/core/core-features-tech.css
 * 引用: core-features-tech.html
 * 依赖: core-features-shared.css
 */

.adv-mod--tec { background: #fff; }

/* tec */
.adv-tec__figure {
  margin: 0 0 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.adv-tec__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.adv-tec__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--adv-muted);
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
