.header {
  position: relative;
}
.header-bg {
  background: none;
  height: 752px;
  position: relative;
  overflow: hidden;
}
.header-bg .limit-content {
  position: relative;
  z-index: 3;
}
.header-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.video-bg video {
  width: 100%;
  height: 100%;
}
.second-title {
  margin: 0 160px;
}

.profile-intro {
  display: flex;
  padding: 80px 0 130px;
  gap: 110px;
  align-items: flex-start;
}

.profile-intro .img {
  position: relative;
}
.profile-intro .img2 {
  position: absolute;
  bottom: -50px;
  right: -60px;
}
.profile-intro .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-intro .text p,
.profile-intro .text span {
  color: #3a4e68;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
}
.profile-intro .text .color {
  font-weight: 700;
  font-size: 20px;
  color: #00bfa6;
}
