.picture-box {
  width: 100%;
  margin-bottom: 80px;
}
.picture-box img {
  width: 100%;
}
.intelligence-box .intelligence-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.intelligence-box .intelligence-title h1 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.intelligence-box .intelligence-title p {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
  font-weight: bold;
}
.intelligence-box .introduce-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.intelligence-box .introduce-box p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: var(--text-line-height);
}
.intelligence-box table {
  border-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 80px;
}
.intelligence-box table tbody {
  width: 100%;
}
.intelligence-box table tbody tr th {
  width: 220px;
  padding: 25px;
  color: #fff;
  background: var(--color-blue);
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.intelligence-box table tbody tr td {
  flex: 1;
  padding: 25px;
  border-bottom: 1px solid var(--color-blue);
}
.intelligence-box table tbody tr td p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: var(--text-line-height);
}
.intelligence-box table tbody tr:nth-child(2) th {
  border-bottom: none;
  border-top: 1px solid #fff;
}
.intelligence-box table tbody tr:nth-child(2) td {
  border-bottom: none;
  border-top: 1px solid var(--color-blue);
}
.intelligence-box .career {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intelligence-box .career h4 {
  width: fit-content;
  text-align: center;
  display: block;
  box-sizing: border-box;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--color-blue);
  margin-bottom: 50px;
}
.intelligence-box .career p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: var(--text-line-height);
  margin-bottom: 70px;
}
.intelligence-box .career img {
  width: 100%;
}
.intelligence-box .career i {
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .intelligence-box .career h4 {
    font-size: 28px;
    margin-bottom: 43.5px;
  }
}
@media (max-width: 768px) {
  .intelligence-box table {
    margin-bottom: 40px;
  }
  .intelligence-box table tbody tr th {
    width: 118px;
    font-size: 16px;
  }
  .intelligence-box .career h4 {
    margin-bottom: 37.5px;
    font-size: 24px;
  }
  .intelligence-box .career p {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .intelligence-box table tbody tr th {
    width: 66px;
  }
  .intelligence-box .career h4 {
    margin-bottom: 34px;
    font-size: 20px;
  }
  .intelligence-box .career p {
    margin-bottom: 35px;
  }
}
