.team_area {
  padding-bottom: 120px;
}

.team_banner {
  height: 420px;
  position: relative;
  overflow: hidden;
}

.team_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/team_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(2);
  z-index: -1;
}

.team_location {
  position: absolute;
  width: 1100px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 0;
  display: flex;
  gap: 15px;
}

.team_location span {
  color: #fff;
}

.team_location a {
  transition: all 0.3s ease;
}

.team_location a:hover {
  color: #ffb907;
}

.team_content {
  margin: 0 auto;
}

.content_title {
  margin: 60px auto;
}

.content_title h2 {
  width: 1000px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 20px auto 0;
}

.content_title p {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
}

.item_box {
  margin-bottom: 100px;
  display: flex;
  gap: 60px;
}

.team_item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.team_item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.team_item p {
  font-size: 18px;
}

.content_box .team_item:nth-child(2n) {
  background-color: #f6f6f6;
  padding: 80px 0;
  margin: 80px 0;
}

.content_box .team_item:last-child {
  margin: 80px 0 0;
}

.content_box .item_box {
  width: 1100px;
  margin: 0 auto;
}

.item_txt {
  padding-top: 30px;
}

.item_box img {
  width: 48%;
  height: 320px;
  object-fit: cover;
}
