
.title {
  margin-bottom: 32px;
  color: #393939;
  font-family: MonserratBold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}

.breadcrumbItem {
  color: #7B7B7F !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  white-space: nowrap;
}

.breadcrumbItem img {
  margin-left: 12px;
}

.breadcrumbs {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}

.activeBreadcrumb img {
  display: none;
}

.activeBreadcrumb {
  color: #4D4D4F;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.teamSection {
  max-width: 1366px;
  width: 100%;
  margin: 100px auto 0;
  padding: 32px 35px 264px;
  border-left: 1px solid #E7E6E4;
  border-right: 1px solid #E7E6E4;
  min-height: calc(100vh - 425px);
}
.teamTitle {
  color: #393939;
  font-family: MonserratBold;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}

.teamTxt {
  color: #393939;
  font-size: 16px;
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 32px;
}
.memberName {
  color:#393939;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin: 8px 0;
}
.position {
  color: #4D4D4F;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.teamMembers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  gap: 48px;
  margin-bottom: 62px;
}
.memberItem img {
  width: 100%;
    max-height: 500px;
    object-fit: contain;
    object-position: left;
}
.mainMember {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 48px;
}
.bigQuote {
  margin-bottom: 49px;
}
.smallQuote {
  display: block;
  margin: 0 0 0 auto;
}
.mainMember .teamTxt {
  margin-bottom: 24px;
}
.mainMember {
  margin-bottom: 62px;
}
.membersImg {
  width: 100%;
  margin-bottom: 64px;
}
.joinTeamTitle {
  text-align: center;
  color:#393939;
  font-family: MonserratBold;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 32px;
}
.joinTxt {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  color:  #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.allNews {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #F1B80E;
  color: #4D4D4F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: white;
  margin: 83px auto 0;
  width: 390px;
}

.allNews img {
  transition: 0.3s;
  position: relative;
  top: 6px;
}

.allNews:hover {
  border: 3px solid #4D4D4F;
}


.arrowContainer {
  display: block;
  overflow: hidden;
  margin-left: 16px;
  transition: 0.3s;
}
.teamDecor {
  display: none;
}
.hiddenToShow {
  clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
  transition: 0.4s linear;
}
.activeClip img {
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.hiddenToShow {
  clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
  transition: 0.4s linear;
}
.activeClip img {
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
@media (max-width: 1700px) {
  .allNews {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 32px;
    margin: 61px auto 0;
    width: 323px;
  }

  .allNews img {
    width: 68px;
  }

  .title {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 40px;
  }
  .teamTitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .teamSection {
    padding-bottom:  80px;
  }
  .bigQuote {
    margin-bottom: 24px;
    width: 74px;
  }
  .teamTxt, .joinTxt {
    line-height: 28px;
    font-size: 14px;
  }
  .mainMember, .teamMembers, .membersImg {
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) {
  .teamSection {
    max-width: 93%;
  }
  .teamMembers {
    gap: 24px;
  }
  .joinTeamTitle {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .allNews {
    margin: 24px auto 0;
  }
  .memberName {
    font-size: 16px;
  }
}
@media (max-width: 877px) {
  .teamSection {
    margin: 70px auto 0;
    padding: 16px 0 80px;
    border-left: 0;
    border-right: 0;
  }
  .mainMember, .teamMembers, .membersImg {
    margin-bottom: 24px;
  }
  .mainMember {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 24px;
  }
}
@media (max-width: 790px) {
  .teamMembers {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .teamDecor {
    width: 62%;
    margin: 0 0 0 auto;
  }
  .hiddenToShow {
    clip-path: unset;
  }
}
@media (max-width: 658px) {
  .allNews {
    width: 100%;
  }

  .allNews img {
    top: 4px;
  }
  .teamMembers {
    gap: 16px;
  }
  .joinTeamTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .teamTitle {
    font-size: 20px;
  }
  .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 40px;
  }
  .breadcrumbs {
    margin-bottom: 8px;
  }
  .memberName {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 380px) {
  .teamDecor {
    width: 74%;
  }
}
