html {
  overflow-x: hidden;
}
.team-container {
  width: 100%;
  background-color: rgba(186, 186, 186, 1);
  aspect-ratio: 192 / 35;
  padding-top: 12.1%;
  margin-bottom: 3.2%;
  background-image: var(--page-bg);
}
.team-container .team-main-title {
  font-weight: 500;
  font-size: 2.25rem;
  color: rgba(15, 15, 15, 1);
  position: relative;
  max-width: max-content;
  padding: 15px 35px 15px 0;
}
.team-container .team-main-title span {
  position: relative;
}
.team-container .team-main-title::before {
  content: "";
  background-color: rgba(237, 237, 237, 0.7);
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -1000px;
}
.team-post-title-mb {
  display: none;
}
.team-post-job-mb {
  display: none;
}
.team-post-block .team-img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  background-color: #ededed;
  aspect-ratio: 212 / 165;
  height: auto;
}
.team-img img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-post-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #141414;
  line-height: 1;
}
.team-post-job {
  font-size: 20px;
  line-height: 1;
  color: #141414;
  margin-bottom: 32px;
}
.team-post-honors p {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 0.9375em;
  padding-right: 24px;
}
.team-post-honors {
  margin-bottom: 59px;
}
.team-post-btn {
  background-color: rgba(38, 20, 79, 1);
  border: transparent;
  border-radius: 8px;
  color: rgba(242, 242, 242, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  text-decoration: none;
}
.team-post-block {
  margin-bottom: 6.4%;
}
@media (max-width: 1400px) {
  .team-container {
    padding-top: 9.1%;
  }
}
@media screen and ( max-width: 991px ) {
  main {
    padding: 0 6px;
  }
  .team-container,
  .team-post-title,
  .team-post-job {
    display: none;
  }
  .team-post-title-mb,
  .team-post-job-mb {
    display: block;
  }
  .team-post-title-mb {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: rgba(20,20,20,1);
    margin-bottom: 12px;
    padding-top: 24px;
  }
  .team-post-job-mb {
    font-size: 16px;
    line-height: 1;
    color: rgba(20,20,20,1);
    margin-bottom: 24px;
  }
  .team-post-block .team-img {
    margin-bottom: 24px;
  }
  .team-post-honors {
    margin-bottom: 36px;
  }
  .team-post-honors p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .team-post-btn {
    width: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 4px;
    padding: 16px;
    font-size: 16px;
    color: rgba(249, 249, 249, 1);
  }
  .team-post-block {
    margin-bottom: 40px;
  }
}