 
img {
  max-width: 100%;
}

.section-top-banner {
  background: url("https://images.tenorshare.com/guide/px-theme/px-top-banner-bg.webp") no-repeat center center;
  background-size: cover;
  background-color: rgb(24, 14, 19);
  color: #fff;
  text-align: center;
  padding: 90px 0;
  min-height: 428px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-top-banner .content-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.section-top-banner h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #ffffff;
}
.section-top-banner .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-top: 18px;
  margin-bottom: 0;
}

.section-content {
  padding: 100px 0;
}
.section-content .container {
  max-width: 1586px;
}
.section-content .content-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.section-content .item {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: start;
  border: 1px solid #eeeeee;
  padding: 32px;
  border-radius: 8px;
  width: calc(33.33% - 22px);
}
.section-content .item .tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
}
.section-content .item .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #525252;
  margin-top: 8px;
  margin-bottom: 0;
}
.section-content .item:hover {
  transition: all 0.4s;
  background: rgb(255, 248, 233);
  text-decoration: none;
}
.section-content .item:hover p {
  text-decoration: none;
}

@media (max-width: 1600px) {
  .section-content .container {
    max-width: 1114px;
  }
  .section-top-banner {
    min-height: 318px;
    padding: 78px 0;
  }
  .section-top-banner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
  }
  .section-top-banner .content-wrap {
    max-width: 590px;
    padding: 0;
  }
  .section-top-banner .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .section-content .content-wrap {
    gap: 24px;
  }
  .section-content .item {
    padding: 24px;
    width: calc(33.33% - 16px);
  }
  .section-content .item .lft {
    width: 48px;
    flex-shrink: 0;
  }
  .section-content .item .tit {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
  }
  .section-content .item .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 4px;
  }
}
@media (max-width: 992px) {
  .section-top-banner {
    background: url("https://images.tenorshare.com/guide/px-theme/px-botton-banner-2.webp") no-repeat bottom center;
    background-size: contain;
    background-color: rgb(24, 14, 19);
    display: block;
    padding: 40px 0;
    min-height: 428px;
  }
  .section-top-banner h1 {
    font-size: 26px;
  }
  .section-top-banner .des {
    font-size: 14px;
  }
  .section-content .content-wrap {
    gap: 24px;
  }
  .section-content .content-wrap .item {
    padding: 16px 12px;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
  .section-content .content-wrap .item .des {
    margin-top: 0;
  }
  .section-content {
    padding: 28px 0;
  }
}/*# sourceMappingURL=ts-guide-2.css.map */