.experts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.79vw 7.55vw;
  background: linear-gradient(to bottom, rgba(246, 248, 250, 0) 0%, #f6f8fa 100%);
}
.experts .experts_left {
  width: 270px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-right: 3.125vw;
}
.experts .experts_left .experts_left_title {
  color: #141516;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
}
.experts .experts_left .experts_left_title_s {
  color: rgba(20, 21, 22, 0.4);
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  margin-top: 20px;
  margin-bottom: 40px;
}
.experts .experts_left .experts_left_contetn {
  width: 250px;
  color: rgba(20, 21, 22, 0.8);
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize;
}
.experts .experts_left .more:hover .right-icon{
  margin-left: 16px;
}
.experts .experts_left .more:hover .mask {
  transform-origin: left;
  opacity: 1;
  transform: translateX(0);
}
.experts .experts_left .more {
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding-left: 29.5px;
  border-radius: 23px;
  width: 165px;
  margin-top: 20px;
  height: 46px;
}
.experts .experts_left .more .right-icon {
  width: 12px;
  height: 12px;
  z-index: 2;
  margin-left: 10px;
}
.experts .experts_left .more span {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
.experts .my_swiper {
  /* width: calc(100% - 270px); */
  overflow: hidden;
  position: relative;
  display: flex;
  
}
.experts .my_swiper .swiper-slide {
  background: #fff;
}
.experts .my_swiper .swiper_item {
  border-radius: 4px;
  background: #fff;
  width: 280px;
  height: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.experts .my_swiper .swiper_item .icon12 {
  position: absolute;
  width: 87px;
  height: 58px;
  left: 29px;
  bottom: 91px;
}
.experts .my_swiper .swiper_item .avart {
  width: 100px;
  height: 100px;
}
.experts .my_swiper .swiper_item .avart img {
  width: 100%;
  height: 100%;
}
.experts .my_swiper .swiper_item .name {
  color: rgba(20, 21, 22, 0.8);
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  margin-top: 34px;
  margin-bottom: 6px;
}
.experts .my_swiper .swiper_item .ids {
  color: var(--Black, #141516);
  text-align: center;
  font-family: D-DIN;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}
.experts .my_swiper .swiper_item .responsibility {
  color: rgba(20, 21, 22, 0.6);
  width: 200px;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-top: 30px;
}
