.team_part {
  padding-top: 5.1vw;
  padding-bottom: 6.35vw;
}
.team_part .b_title {
  max-width: 1040px;
  margin: 0 auto;
  color: #141516;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 2.5vw;
  font-weight: 700;
}
.team_part .more {
  margin-top: 27px;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.team_part .more .more_btn {
  width: 120px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team_part .more .more_btn span {
  color: #06f;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
  margin-right: 7px;
  transition: 0.5s;
}
.team_part .more .more_btn .right_icon {
  width: 12px;
  margin-left: 7px;
}
.team_part .more .more_btn:hover span {
  margin-right: 13px;
}
.team_part .my_swiper {
  padding: 0 6.25vw;
}
.team_part .swiper_item {
  width: 23.95vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 498px;
}
.team_part .swiper_item .swiper_img {
  width: 100%;
  height: auto;
}
.team_part .swiper_item .b_title_text {
  text-align: left;
  color: #141516;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  margin: 24px 0 20px;
}
.team_part .swiper_item .swiper_content {
  text-align: left;
  color: rgba(20, 21, 22, 0.8);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}
.team_part .swiper_item .bottom {
  display: flex;
  align-items: center;
}
.team_part .swiper_item .bottom .bottom_item {
  width: 160px;
  margin-left: 40px;
}
.team_part .swiper_item .bottom .bottom_item:first-child{
  margin-left: 0;
}
.team_part .swiper_item .bottom .bottom_item .num {
  color: #141516;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.team_part .swiper_item .bottom .bottom_item .swiper_s_text {
  color: rgba(20, 21, 22, 0.8);
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1040px) {
  .b_title,
  .more {
    padding: 0 6.25vw;
  }
}
