h1,
h2,
h3 {
  margin: 0;
  text-align: center;
  font-weight: 100;
}
h1 {
  font-size: 32px;
  line-height: 32px;
}
h2 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.section-block .section-container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.tools-first-template {
  background-color: #0E004A;
  position: relative;
  padding-bottom: 16.5%;
  color: white;
  background-image: url(https://res-static.noxinfluencer.com/kol/2026/03/public/img/toolPolymerizeTool/897ce770.png);
  background-size: cover;
}
.tools-first-template .section-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-first-template .section-container .first-screen-bg {
  height: 100%;
  top: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}
.tools-second-template {
  background-color: white;
}
.tools-second-template .section-container .category {
  padding-top: 43px;
}
.tools-second-template .section-container .category .title {
  color: #333333;
  font-size: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid gainsboro;
}
.tools-second-template .section-container .category .list {
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}
.tools-second-template .section-container .category .list li {
  margin-right: 28px;
  display: inline-block;
  width: 276px;
  min-height: 96px;
  vertical-align: top;
  margin-bottom: 24px;
}
.tools-second-template .section-container .category .list li .img {
  width: 100%;
  height: 96px;
}
.tools-second-template .section-container .category .list li .img a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tools-second-template .section-container .category .list li .img a img {
  height: 40%;
}
.tools-second-template .section-container .category .list li .tool-tltle {
  color: #333333;
  font-size: 20px;
}
.tools-second-template .section-container .category .list li .description {
  color: #666666;
  font-size: 14px;
}
.tools-second-template .section-container .category .list li:nth-child(4n) {
  margin-right: 0;
}

