.section1 .wrap {
  padding-top: 150px;
  padding-bottom: 360px;
  width: 1200px;
  margin: 0 auto;
}
.section1 .wrap .text {
  color: #1b1b1b;
  font-size: 22px;
  margin-bottom: 80px;
}
.section1 .wrap .table table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.section1 .wrap .table table tr:nth-child(2n) td {
  background-color: #FBFAFA;
}
.section1 .wrap .table table tr:first-child {
  border-top: 10px solid #1A47C6;
}
.section1 .wrap .table table tr:first-child td {
  border-top: none;
}
.section1 .wrap .table table tr td {
  border: 1px solid rgba(191, 191, 191, 0.5);
  padding-left: 40px;
  height: 65px;
  color: #626262;
  font-size: 20px;
}
.section1 .wrap .table table tr td:first-child {
  width: 360px;
  color: #1b1b1b;
  font-weight: 700;
}
