.team-page .hero-banner-wrapper {
  background-position: bottom right;
  background-size: 30%;
}
.team-page .hero-banner {
  padding-bottom: 200px;
}
.team-page .hero-banner h2.title {
  font-size: 64px;
  line-height: 72px;
}
.team-page .container.action-container {
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 90px;
}
.team-page .container.action-container h3.action-title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: var(--color1);
  margin-top: 70px;
  margin-bottom: 40px;
}
.team-page .container.action-container h3.action-title span {
  color: var(--color2);
}
.team-page .container.action-container h3.action-title.negative span {
  color: #e7360f;
}
.team-page .container.action-container .cultures {
  text-align: center;
  max-width: 800px;
  justify-content: center;
  margin: 0 auto;
  justify-items: center;
}
.team-page .container.action-container .cultures .helper {
  display: flex;
  justify-content: center;
}
.team-page .container.action-container .cultures .helper .culture-item {
  margin-left: 8px;
  margin-right: 8px;
}
.team-page .container.action-container .cultures .culture-item {
  background: #fff;
  width: fit-content;
  padding: 32px 40px;
  box-shadow: 0px 2px 24px rgba(40, 103, 225, 0.15);
  border-radius: 16px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
}
.team-page .container.action-container .cultures .culture-item p {
  margin: 0;
  display: inline-block;
  color: var(--color1);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
}
.team-page .container.action-container .cultures.negative .culture-item {
  align-items: flex-start;
}
.team-page .container.action-container .cultures.negative .culture-item img {
  margin-top: 4px;
}
.team-page .container.action-container .cultures.negative .culture-item p {
  padding-left: 24px;
}
.team-page .work-ethic-container {
  padding-top: 90px;
  margin-bottom: 60px;
}
.team-page .work-ethic-container .work-ethic h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--color2);
}
.team-page .work-ethic-container .work-ethic h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  color: var(--color1);
}
.team-page .work-ethic-container .work-ethic .description-text {
  color: var(--color1);
}
.team-page .work-ethic-container .work-ethic-visual {
  text-align: right;
}
.team-page .work-ethic-container .work-ethic-visual img {
  max-width: 100%;
  width: 70%;
  margin-top: -27px;
  margin-right: 5%;
}
.team-page .our-team-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-page .our-team-container .team-people-col {
  display: flex;
  justify-content: space-evenly;
}
.team-page .our-team-container .team-people-col .team-people {
  text-align: center;
  margin: 0 16px;
}
.team-page .our-team-container .team-people-col .team-people img {
  max-width: 280px;
  width: 100%;
}
.team-page .our-team-container .team-people-col .team-people .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-top: 30px;
  color: var(--color1);
}
.team-page .our-team-container .team-people-col .team-people .position {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--color1);
  margin-top: 12px;
}
.team-page .benefits-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-page .benefits-container .item {
  max-width: 800px;
  margin: 0 auto 32px;
  background: #fff;
  padding: 30px 40px 48px;
  border-radius: 16px;
}
.team-page .benefits-container .item .name {
  font-size: 22px;
  line-height: 27px;
  color: var(--color1);
  margin-top: 14px;
}
.team-page .benefits-container .item .description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #65758f;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .team-page .hero-banner-wrapper {
    background-size: 100%;
    background-position: top center;
  }
  .team-page .hero-banner-wrapper .hero-banner {
    padding-bottom: 35px;
  }
  .team-page .hero-banner-wrapper .hero-banner h2.title {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
  }
  .team-page .container.action-container {
    display: block;
    padding-bottom: 40px;
  }
  .team-page .container.action-container h3.action-title {
    margin-top: 55px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
  }
  .team-page .container.action-container .cultures.negative .culture-item p {
    padding-left: 16px;
  }
  .team-page .container.action-container .cultures .culture-item {
    padding: 16px;
    align-items: center;
  }
  .team-page .container.action-container .cultures .culture-item p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .team-page .work-ethic-container {
    padding-top: 40px;
    background-image: none !important;
  }
  .team-page .work-ethic-container .work-ethic h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
  }
  .team-page .work-ethic-container .work-ethic h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .team-page .work-ethic-container .work-ethic-visual {
    background-image: url(/images/rectangle.webp);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
  }
  .team-page .work-ethic-container .work-ethic-visual > div {
    padding: 20px 0 0;
  }
  .team-page .work-ethic-container .work-ethic-visual img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -20px;
  }
  .team-page .our-team-container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .team-page .our-team-container .heading-col {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .team-page .our-team-container .team-people-col {
    flex-wrap: wrap;
  }
  .team-page .our-team-container .team-people-col .team-people {
    flex: 1 0 25%;
    flex-grow: 1;
    margin-top: 30px;
  }
  .team-page .our-team-container .team-people-col .team-people .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 16px auto 4px;
    padding: 0;
  }
  .team-page .our-team-container .team-people-col .team-people .name span {
    display: block;
  }
  .team-page .our-team-container .team-people-col .team-people .position {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
  }
  .team-page .benefits-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-page .benefits-container .heading-col {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .team-page .benefits-container .item img {
    width: 56px;
  }
  .team-page .benefits-container .item .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
  }
  .team-page .benefits-container .item .description {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
